From 9ffa82421521377e1eb86ab73cbaf09ac0cada70 Mon Sep 17 00:00:00 2001 From: alattalatta Date: Fri, 11 Mar 2022 23:04:14 +0900 Subject: Remove {{page}} macro from CSS/HTML/HTTP docs (#4286) * Update Using CSS Transforms * Remove {{page}} from * Remove {{page}} from * Remove {{page}} from * Remove {{page}} from img-src * Remove {{page}} from script-src * Remove {{page}} from display --- .../web/http/headers/content-security-policy/script-src/index.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'files/ko/web/http/headers/content-security-policy/script-src') 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>;

Sources

-

{{page("Web/HTTP/Headers/Content-Security-Policy/default-src", "Sources")}}

+

<source> can be any one of the values listed in CSP Source Values.

-
-
'report-sample'
-
 Report에 위반 코드 샘플을 포함시키려면 이 항목을 추가 해야 합니다.
-
+

Note that this same set of values can be used in all {{Glossary("fetch directive", "fetch directives")}} (and a number of other directives).

예제

-- cgit v1.2.3-54-g00ecf