diff options
Diffstat (limited to 'files/ko/web/http/headers/content-security-policy/script-src/index.html')
-rw-r--r-- | files/ko/web/http/headers/content-security-policy/script-src/index.html | 7 |
1 files changed, 2 insertions, 5 deletions
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> |