diff options
author | rachel <rachel-g@naver.com> | 2021-11-02 10:51:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 10:51:45 +0900 |
commit | 17b20d8a6be4862cf1ff46d75abafd863a3fa406 (patch) | |
tree | bbc90e762bed60778ea60152a1eb2d8649b96087 /files/ko | |
parent | 5ecd8a79afe712648af95d09e7f63cc8ad8a1316 (diff) | |
download | translated-content-17b20d8a6be4862cf1ff46d75abafd863a3fa406.tar.gz translated-content-17b20d8a6be4862cf1ff46d75abafd863a3fa406.tar.bz2 translated-content-17b20d8a6be4862cf1ff46d75abafd863a3fa406.zip |
[ko] X-Frame-Options typo (#2803)
* X-Frame-Options typo
* 자연스러운 문장으로 수정
'사용하지 말라'에서 '사용하지 말자'로 자연스러운 문장으로 수정함
Co-authored-by: hochan Lee <hochan049@gmail.com>
Co-authored-by: hochan Lee <hochan049@gmail.com>
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/web/http/headers/x-frame-options/index.html | 2 |
1 files changed, 1 insertions, 1 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 70d46215b1..1b8c384ce9 100644 --- a/files/ko/web/http/headers/x-frame-options/index.html +++ b/files/ko/web/http/headers/x-frame-options/index.html @@ -48,7 +48,7 @@ X-Frame-Options: allow-from https://example.com/ <h2 id="예시">예시</h2> <div class="note"> -<p><strong>Note:</strong> 메타 테그 설정은 무용지물이다! 이를테면, <code><meta http-equiv="X-Frame-Options" content="deny"></code> 태그는 아무런 영향을 미치지 않는다. 따라서 사용하지지 말ㄹ! 오직 아래의 예제처럼 HTTP 헤더 설정을 통해서만<code>X-Frame-Options</code>이 동작한다.</p> +<p><strong>Note:</strong> 메타 테그 설정은 무용지물이다! 이를테면, <code><meta http-equiv="X-Frame-Options" content="deny"></code> 태그는 아무런 영향을 미치지 않는다. 따라서 사용하지 말자! 오직 아래의 예제처럼 HTTP 헤더 설정을 통해서만 <code>X-Frame-Options</code>이 동작한다.</p> </div> <h3 id="Apache_설정">Apache 설정</h3> |