현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
Ensuring that your Web site or open Web app is secure is critical. Even simple bugs in your code can result in private information being leaked, and bad people are out there trying to find ways to steal data. These articles provide information that may help you secure your code.
- Same-origin policy
- 동일 출처 정책(same-origin policy)은 한 출처(origin)에서 로드된 문서나 스크립트가 다른 출처 자원과 상호작용하지 못하도록 제약한다.
Join the Security community
- IRC: #security (learn more)
- Blog: Mozilla Security Blog
- Twitter: @mozsec

