diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/csp/index.html | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/glossary/csp/index.html')
-rw-r--r-- | files/ko/glossary/csp/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/ko/glossary/csp/index.html b/files/ko/glossary/csp/index.html new file mode 100644 index 0000000000..3da729e2eb --- /dev/null +++ b/files/ko/glossary/csp/index.html @@ -0,0 +1,22 @@ +--- +title: CSP +slug: Glossary/CSP +translation_of: Glossary/CSP +--- +<p>CSP (Content Security Policy)는 {{Glossary("XSS")}}이나 데이터 주입과 같은 특정 웹사이트 관련 공격을 탐지 하거나 완화 하기 위해 사용된다.</p> + +<p>기본적인 구현은 <code>Content-Security-Policy</code>라고 불리는 {{Glossary("HTTP")}} 헤더를 기반으로 한다.</p> + +<h2 id="더_공부하기">더 공부하기</h2> + +<h3 id="일반_지식">일반 지식</h3> + +<ul> + <li><a href="https://en.wikipedia.org/wiki/Content_Security_Policy">Content Security Policy on Wikipedia</a></li> +</ul> + +<h3 id="기술_지식">기술 지식</h3> + +<ul> + <li><a href="/en-US/docs/Web/Security/CSP">Content Security Policy documentation on MDN</a></li> +</ul> |