Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ko]: add index.md for web/glossary/same-origin_policy #16268

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions files/ko/glossary/same-origin_policy/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 동일 출처 정책 (Same-origin policy)
slug: Glossary/Same-origin_policy
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**[동일 출처 정책 (Same-origin policy)](/ko/docs/Web/Security/Same-origin_policy)** 은 하나의 {{Glossary("origin", "출처")}}에서 로드된 문서나 스크립트가 다른 출처의 리소스와 상호작용할 수 있는 방법을 제한하는 중요한 보안 메커니즘입니다.

잠재적으로 악의적인 문서를 격리하여, 가능한 공격 경로를 줄이는 데 도움이 됩니다.

## 같이 보기

- [동일 출처 정책](/ko/docs/Web/Security/Same-origin_policy)
- [MDN 웹 문서 용어사전](/ko/docs/Glossary):

- {{Glossary("CORS")}}
- {{Glossary("origin")}}