aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/http
diff options
context:
space:
mode:
authorAtsuto Yamashita <atyamash@yahoo-corp.jp>2022-03-15 19:47:35 +0900
committerGitHub <noreply@github.com>2022-03-15 19:47:35 +0900
commit9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0 (patch)
tree71952407ea41c86feabef4214610d59e15aae55d /files/ko/web/http
parentc2678137db5f97ad1fe39e872529159a1afafec1 (diff)
parent9e7fbb013772ebab9b35185f0d0836995acbe6db (diff)
downloadtranslated-content-9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0.tar.gz
translated-content-9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0.tar.bz2
translated-content-9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0.zip
Merge branch 'main' into fix-typo-client-side-web-apis-intro-ja
Diffstat (limited to 'files/ko/web/http')
-rw-r--r--files/ko/web/http/headers/content-security-policy/img-src/index.html4
-rw-r--r--files/ko/web/http/headers/content-security-policy/script-src/index.html7
-rw-r--r--files/ko/web/http/index/index.html11
3 files changed, 5 insertions, 17 deletions
diff --git a/files/ko/web/http/headers/content-security-policy/img-src/index.html b/files/ko/web/http/headers/content-security-policy/img-src/index.html
index 6bd205e5f4..c9c47fa769 100644
--- a/files/ko/web/http/headers/content-security-policy/img-src/index.html
+++ b/files/ko/web/http/headers/content-security-policy/img-src/index.html
@@ -34,7 +34,9 @@ Content-Security-Policy: img-src &lt;source&gt; &lt;source&gt;;
<h3 id="Sources">Sources</h3>
-<p>{{page("Web/HTTP/Headers/Content-Security-Policy/default-src", "Sources")}}</p>
+<p><code>&lt;source&gt;</code> can be any one of the values listed in <a href="/ko/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#sources">CSP Source Values</a>.</p>
+
+<p>Note that this same set of values can be used in all {{Glossary("fetch directive", "fetch directives")}} (and a <a href="/ko/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#relevant_directives">number of other directives</a>).</p>
<h2 id="Examples">Examples</h2>
diff --git a/files/ko/web/http/headers/content-security-policy/script-src/index.html b/files/ko/web/http/headers/content-security-policy/script-src/index.html
index 766043ee67..9cfba52f56 100644
--- a/files/ko/web/http/headers/content-security-policy/script-src/index.html
+++ b/files/ko/web/http/headers/content-security-policy/script-src/index.html
@@ -34,12 +34,9 @@ Content-Security-Policy: script-src &lt;source&gt; &lt;source&gt;;
<h3 id="Sources">Sources</h3>
-<p>{{page("Web/HTTP/Headers/Content-Security-Policy/default-src", "Sources")}}</p>
+<p><code>&lt;source&gt;</code> can be any one of the values listed in <a href="/ko/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#sources">CSP Source Values</a>.</p>
-<dl>
- <dt>'report-sample'</dt>
- <dd> Report에 위반 코드 샘플을 포함시키려면 이 항목을 추가 해야 합니다.</dd>
-</dl>
+<p>Note that this same set of values can be used in all {{Glossary("fetch directive", "fetch directives")}} (and a <a href="/ko/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#relevant_directives">number of other directives</a>).</p>
<h2 id="예제">예제</h2>
diff --git a/files/ko/web/http/index/index.html b/files/ko/web/http/index/index.html
deleted file mode 100644
index ffd7a593f4..0000000000
--- a/files/ko/web/http/index/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: HTTP 색인
-slug: Web/HTTP/Index
-tags:
- - HTTP
- - Index
-translation_of: Web/HTTP/Index
----
-<div>{{HTTPSidebar}}</div>
-
-<p>{{Index("/ko/docs/Web/HTTP")}}</p>