-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add]: add index.md for web/glossary/same-origin_policy
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")}} |