반응형 CSP1 CSP (Content Security Policy) 보안 설정 관련 CSP (Content Security Policy) CSP 설정은 교차 사이트 스크립팅(XSS) 공격과 데이터 삽입 공격을 막기 위한 브라우저 보안이다. CSP를 사용하는 방법은 웹 서버의 응답 헤더에 Content-Security-Policy 헤더를 추가하도록 설정 HTML에 태그를 사용하여 추가할 수 있습니다. Content Type 설명 default-src Serves as a fallback for the other fetch directives connect-src Restricts the URLs which can be loaded using script interfaces font-src Specifies valid sources for fonts loaded using @font-fac.. 2022. 10. 27. 이전 1 다음 반응형