aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/csp/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/glossary/csp/index.html')
-rw-r--r--files/ja/glossary/csp/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/ja/glossary/csp/index.html b/files/ja/glossary/csp/index.html
new file mode 100644
index 0000000000..4e3fe105b9
--- /dev/null
+++ b/files/ja/glossary/csp/index.html
@@ -0,0 +1,26 @@
+---
+title: CSP
+slug: Glossary/CSP
+tags:
+ - Glossary
+ - HTTP
+ - Infrastructure
+translation_of: Glossary/CSP
+---
+<p>CSP (<a href="/ja/docs/Web/HTTP/CSP">Content Security Policy</a>) は特定の種類のウェブサイト関連攻撃 ( {{Glossary("XSS")}} やデータインジェクション) を検出して軽減するのに使われます。</p>
+
+<p>実装は {{Glossary("HTTP")}} の {{HTTPHeader("Content-Security-Policy")}} というヘッダーを元にしています。</p>
+
+<h2 id="Learn_more" name="Learn_more">より深く学ぶ</h2>
+
+<h3 id="General_knowledge" name="General_knowledge">一般知識</h3>
+
+<ul>
+ <li><a href="https://en.wikipedia.org/wiki/Content_Security_Policy">Wilkipedia での Content Security Policy</a></li>
+</ul>
+
+<h3 id="Technical_knowledge" name="Technical_knowledge">技術知識</h3>
+
+<ul>
+ <li><a href="/ja/docs/Web/HTTP/CSP">MDN の Content Security Policy ドキュメント</a></li>
+</ul>