aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-25 11:43:23 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-03 13:36:47 +0900
commitff943249ca499b135106ff2d825ed264b1f6785f (patch)
tree19633fa17e126e7cdb16c03868621f827c6134a4 /files/ja/web
parent6022f1c335bad0c9d7ea063b88ec6a5a01f60782 (diff)
downloadtranslated-content-ff943249ca499b135106ff2d825ed264b1f6785f.tar.gz
translated-content-ff943249ca499b135106ff2d825ed264b1f6785f.tar.bz2
translated-content-ff943249ca499b135106ff2d825ed264b1f6785f.zip
Web/HTTP/Headers/Content-Security-Policy を変換
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/http/headers/content-security-policy/index.md (renamed from files/ja/web/http/headers/content-security-policy/index.html)2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/http/headers/content-security-policy/index.html b/files/ja/web/http/headers/content-security-policy/index.md
index cf181765d0..c13723a4de 100644
--- a/files/ja/web/http/headers/content-security-policy/index.html
+++ b/files/ja/web/http/headers/content-security-policy/index.md
@@ -12,7 +12,7 @@ translation_of: Web/HTTP/Headers/Content-Security-Policy
---
<div>{{HTTPSidebar}}</div>
-<p>HTTP の <strong><code>Content-Security-Policy</code></strong> レスポンスヘッダーは、ウェブサイト管理者が、あるページにユーザーエージェントが読み込みを許可されたリソースを管理できるようにします。いくつかの例外を除いて、大半のポリシーにはサーバーオリジンとスクリプトエンドポイントの指定を含んでいます。これはクロスサイトスクリプティング攻撃 ({{Glossary("XSS")}}) を防ぐのに役立ちます。</p>
+<p>HTTP の <strong><code>Content-Security-Policy</code></strong> レスポンスヘッダーは、ウェブサイト管理者が、あるページにユーザーエージェントが読み込みを許可されたリソースを管理できるようにします。いくつかの例外を除いて、大半のポリシーにはサーバーオリジンとスクリプトエンドポイントの指定を含んでいます。これはクロスサイトスクリプティング攻撃 ({{Glossary("Cross-site_scripting")}}) を防ぐのに役立ちます。</p>
<p>より詳細な情報は、 <a href="/ja/docs/Web/HTTP/CSP">Content Security Policy (CSP)</a> の入門記事を参照してください。</p>