aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/csp
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/csp
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/csp')
-rw-r--r--files/zh-cn/glossary/csp/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/csp/index.html b/files/zh-cn/glossary/csp/index.html
new file mode 100644
index 0000000000..373cacc589
--- /dev/null
+++ b/files/zh-cn/glossary/csp/index.html
@@ -0,0 +1,26 @@
+---
+title: CSP
+slug: Glossary/CSP
+tags:
+ - HTTP
+ - 基础
+ - 术语
+translation_of: Glossary/CSP
+---
+<p>内容安全策略(CSP)用于检测和减轻用于 Web 站点的特定类型的攻击,例如 {{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>