aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/http
diff options
context:
space:
mode:
authoralattalatta <alattalatta@sorto.me>2022-03-11 23:04:14 +0900
committerGitHub <noreply@github.com>2022-03-11 23:04:14 +0900
commit9ffa82421521377e1eb86ab73cbaf09ac0cada70 (patch)
tree02af9b3663fcac2d1ed42d9927cdc2c3961cae80 /files/ko/web/http
parent699fc9693122988f144fe8aaf1961d8c6b4c7965 (diff)
downloadtranslated-content-9ffa82421521377e1eb86ab73cbaf09ac0cada70.tar.gz
translated-content-9ffa82421521377e1eb86ab73cbaf09ac0cada70.tar.bz2
translated-content-9ffa82421521377e1eb86ab73cbaf09ac0cada70.zip
Remove {{page}} macro from CSS/HTML/HTTP docs (#4286)
* Update Using CSS Transforms * Remove {{page}} from <input> * Remove {{page}} from <input type="date"> * Remove {{page}} from <track> * Remove {{page}} from img-src * Remove {{page}} from script-src * Remove {{page}} from display
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
2 files changed, 5 insertions, 6 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>