diff options
| author | alattalatta <alattalatta@sorto.me> | 2022-03-11 23:04:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-11 23:04:14 +0900 |
| commit | 9ffa82421521377e1eb86ab73cbaf09ac0cada70 (patch) | |
| tree | 02af9b3663fcac2d1ed42d9927cdc2c3961cae80 /files/ko/web/http | |
| parent | 699fc9693122988f144fe8aaf1961d8c6b4c7965 (diff) | |
| download | translated-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.html | 4 | ||||
| -rw-r--r-- | files/ko/web/http/headers/content-security-policy/script-src/index.html | 7 |
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 <source> <source>; <h3 id="Sources">Sources</h3> -<p>{{page("Web/HTTP/Headers/Content-Security-Policy/default-src", "Sources")}}</p> +<p><code><source></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 <source> <source>; <h3 id="Sources">Sources</h3> -<p>{{page("Web/HTTP/Headers/Content-Security-Policy/default-src", "Sources")}}</p> +<p><code><source></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> |
