Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/secure_context (#16296)
Browse files Browse the repository at this point in the history
[add]: add index.md for web/glossary/secure_context
  • Loading branch information
IMHOJEONG authored Oct 7, 2023
1 parent bcd3629 commit a7e247c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions files/ko/glossary/secure_context/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 보안 컨텍스트 (Secure Context)
slug: Glossary/Secure_Context
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**보안 컨텍스트(secure context)** 는 특정 최소 인증 및 기밀 표준이 충족되는 `Window` 또는 `Worker` 입니다. 많은 웹 API 및 기능은 보안 컨텍스트에서만 접근할 수 있으므로 악성 코드에 의한 오용 가능성이 줄어듭니다.

자세한 정보는 [Web > Security > Secure Contexts](/ko/docs/Web/Security/Secure_Contexts)을 참조하세요.

0 comments on commit a7e247c

Please sign in to comment.