diff options
author | 3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com> | 2022-02-10 23:44:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 23:44:59 +0900 |
commit | 308d02bcbe1872f4c5c5990cfe4a895dd227a6b3 (patch) | |
tree | 2f6c8729d7a8b2b47773f56aa9735f8281a76db6 /files/ko/web/http | |
parent | bfccebc9d9515b6ed41e792ab4acb4b13e69ebbe (diff) | |
download | translated-content-308d02bcbe1872f4c5c5990cfe4a895dd227a6b3.tar.gz translated-content-308d02bcbe1872f4c5c5990cfe4a895dd227a6b3.tar.bz2 translated-content-308d02bcbe1872f4c5c5990cfe4a895dd227a6b3.zip |
add note to x-frame-options (#3872)
Diffstat (limited to 'files/ko/web/http')
-rw-r--r-- | files/ko/web/http/headers/x-frame-options/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/ko/web/http/headers/x-frame-options/index.html b/files/ko/web/http/headers/x-frame-options/index.html index 1b8c384ce9..e91324349e 100644 --- a/files/ko/web/http/headers/x-frame-options/index.html +++ b/files/ko/web/http/headers/x-frame-options/index.html @@ -9,6 +9,8 @@ translation_of: Web/HTTP/Headers/X-Frame-Options <p>이 설정은 사용자가 <code>X-Frame-Options</code>를 지원하는 브라우저를 통해 페이지에 접근할 경우에만 보안됩니다.</p> +<div class="note"><strong>참고:</strong> {{HTTPHeader("Content-Security-Policy")}} HTTP 헤더에는 브라우저를 지원하기 위해 이 헤더를 <a href="https://www.w3.org/TR/CSP2/#frame-ancestors-and-frame-options">사용하지 않도록 하는</a> {{HTTPHeader("Content-Security-Policy/frame-ancestors", "frame-ancestors")}} 지시문이 있습니다.</div> + <table class="properties"> <tbody> <tr> |