From efdbe95a772b13a51132f222bdc662ccf855d07f Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 30 Jul 2024 17:15:16 -0700 Subject: [PATCH] ko: Convert noteblocks to GFM Alerts (part 7) (#22764) This PR converts the noteblocks for the Korean locale to GFM Alerts syntax, using a [conversion script](https://github.com/queengooborg/mdn-toolkit/blob/main/upgrade-noteblock.js). This is part 7. Note: manual adjustments have also been made to correct some issues, including capitalization, syntax, duplicated keywords and more. --- files/ko/web/security/mixed_content/index.md | 3 ++- .../practical_implementation_guides/index.md | 3 ++- .../web/security/same-origin_policy/index.md | 6 +++-- .../ko/web/security/secure_contexts/index.md | 3 ++- .../security/subresource_integrity/index.md | 9 ++++--- files/ko/web/svg/attribute/cx/index.md | 6 +++-- .../svg/attribute/shape-rendering/index.md | 3 ++- files/ko/web/svg/element/a/index.md | 3 ++- files/ko/web/svg/element/circle/index.md | 3 ++- files/ko/web/svg/element/ellipse/index.md | 6 +++-- files/ko/web/svg/element/rect/index.md | 3 ++- files/ko/web/svg/tutorial/index.md | 3 ++- files/ko/web/svg/tutorial/paths/index.md | 3 ++- .../xml/parsing_and_serializing_xml/index.md | 3 ++- files/ko/webassembly/c_to_wasm/index.md | 3 ++- files/ko/webassembly/concepts/index.md | 6 +++-- .../webassembly/existing_c_to_wasm/index.md | 3 ++- .../compile_static/index.md | 3 ++- .../instantiate_static/index.md | 3 ++- .../javascript_interface/memory/index.md | 3 ++- .../javascript_interface/table/index.md | 3 ++- .../webassembly/loading_and_running/index.md | 9 ++++--- files/ko/webassembly/rust_to_wasm/index.md | 3 ++- .../webassembly/text_format_to_wasm/index.md | 6 +++-- .../understanding_the_text_format/index.md | 24 ++++++++++++------- .../using_the_javascript_api/index.md | 12 ++++++---- 26 files changed, 90 insertions(+), 45 deletions(-) diff --git a/files/ko/web/security/mixed_content/index.md b/files/ko/web/security/mixed_content/index.md index e977246b7484fc..064c1cfc26f3a0 100644 --- a/files/ko/web/security/mixed_content/index.md +++ b/files/ko/web/security/mixed_content/index.md @@ -86,7 +86,8 @@ Firefox 23부터 혼합 액티브 콘텐츠는 기본적으로 차단됩니다( 이 유형의 오류를 해결하려면, HTTP 콘텐츠에 대한 모든 요청을 제거하고 HTTPS를 통해 제공되는 콘텐츠로 대체해야 합니다. 몇 가지 일반적인 혼합 콘텐츠의 예로는 JavaScript 파일, 스타일 시트, 이미지, 동영상, 기타 미디어 등이 있습니다. -> **참고:** 콘솔에는 혼합 표시 콘텐츠가 성공적으로 [HTTP에서 HTTPS로 업그레이드](#혼합_표시_리소스_업그레이드)되고 있는지 여부를 나타내는 메시지가 표시됩니다("Loading mixed (insecure) display content"이라는 경고 대신). +> [!NOTE] +> 콘솔에는 혼합 표시 콘텐츠가 성공적으로 [HTTP에서 HTTPS로 업그레이드](#혼합_표시_리소스_업그레이드)되고 있는지 여부를 나타내는 메시지가 표시됩니다("Loading mixed (insecure) display content"이라는 경고 대신). ## 같이 보기 diff --git a/files/ko/web/security/practical_implementation_guides/index.md b/files/ko/web/security/practical_implementation_guides/index.md index d6f2c2c97d6c01..3fb11c2140b721 100644 --- a/files/ko/web/security/practical_implementation_guides/index.md +++ b/files/ko/web/security/practical_implementation_guides/index.md @@ -10,7 +10,8 @@ l10n: 사이트 보안을 위해 할 수 있는 것은 많이 있습니다. 이 문서는 더 유용한 정보를 제공하는 다른 문서의 링크를 포함한 여러 가지 제안 사항을 제공합니다. -> **참고:** 이 문서는 작성 중에 있어 완성되지 않았으며, 문서의 제안 사항을 따르더라도 사이트가 완전히 안전하다는 보장은 없습니다. +> [!NOTE] +> 이 문서는 작성 중에 있어 완성되지 않았으며, 문서의 제안 사항을 따르더라도 사이트가 완전히 안전하다는 보장은 없습니다. ## 사용자 정보 보안 diff --git a/files/ko/web/security/same-origin_policy/index.md b/files/ko/web/security/same-origin_policy/index.md index 4364d7a442d328..511d4c26d1cfde 100644 --- a/files/ko/web/security/same-origin_policy/index.md +++ b/files/ko/web/security/same-origin_policy/index.md @@ -42,7 +42,8 @@ l10n: ## 출처 변경 -> **경고:** 여기에 설명된 접근 방식({{domxref("document.domain")}} setter 사용)은 동일 출처 정책에서 제공하는 보안 보호를 약화시키고 브라우저의 출처 모델을 복잡하게 하여 상호 운용성 문제와 보안 버그로 이어지기 때문에 더 이상 권장되지 않습니다. +> [!WARNING] +> 여기에 설명된 접근 방식({{domxref("document.domain")}} setter 사용)은 동일 출처 정책에서 제공하는 보안 보호를 약화시키고 브라우저의 출처 모델을 복잡하게 하여 상호 운용성 문제와 보안 버그로 이어지기 때문에 더 이상 권장되지 않습니다. 페이지는 일부 제한 사항과 함께 자신의 출처를 변경할 수 있습니다. 스크립트는 {{domxref("document.domain")}}의 값을 현재 도메인 또는 현재 도메인의 상위 도메인으로 설정할 수 있습니다. 현재 도메인의 상위 도메인으로 설정하면 더 짧은 상위 도메인이 동일 출처 검사에 사용됩니다. @@ -58,7 +59,8 @@ document.domain = "company.com"; 이 메커니즘에는 몇 가지 제한 사항이 있습니다. 예를 들어 [`document-domain`](/ko/docs/Web/HTTP/Headers/Permissions-Policy/document-domain) [`Permissions-Policy`](/ko/docs/Web/HTTP/Headers/Permissions-Policy)가 활성화되었거나, 문서가 샌드박스된 [`