CORS - CI/CD用語集の定義
CORS (Cross-Origin Resource Sharing) は、サーバーがレスポンスヘッダー (Access-Control-Allow-Origin など) を使って、same-origin policyでは本来ブロックされるクロスオリジンリクエストをブラウザに許可するプロトコルです。
関連ガイド
Same-Origin Policy - CI/CD Glossary DefinitionThe same-origin policy stops a page from reading data from a different origin - the browser’s baseline isolat…
CSRF - CI/CD Glossary DefinitionCSRF tricks a logged-in user’s browser into sending an unwanted authenticated request. Anti-CSRF tokens and S…
Sandbox Escape - CI/CD Glossary DefinitionA sandbox escape is code breaking out of its confined environment to affect the host, defeating the isolation…