From 308d02bcbe1872f4c5c5990cfe4a895dd227a6b3 Mon Sep 17 00:00:00 2001 From: 3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com> Date: Thu, 10 Feb 2022 23:44:59 +0900 Subject: add note to x-frame-options (#3872) --- files/ko/web/http/headers/x-frame-options/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'files/ko') 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

이 설정은 사용자가  X-Frame-Options를 지원하는 브라우저를 통해 페이지에 접근할 경우에만 보안됩니다.

+
참고: {{HTTPHeader("Content-Security-Policy")}} HTTP 헤더에는 브라우저를 지원하기 위해 이 헤더를 사용하지 않도록 하는 {{HTTPHeader("Content-Security-Policy/frame-ancestors", "frame-ancestors")}} 지시문이 있습니다.
+ -- cgit v1.2.3-54-g00ecf