CSP - CI/CD用語集の定義
Content Security Policy(CSP)は、ページがリソースをどこから読み込んでよいかをホワイトリスト化するレスポンスヘッダーです。scriptのソースを制限することで、ほとんどのcross-site scripting(XSS)インジェクションをブロックします。
関連ガイド
CORS Preflight - CI/CD Glossary DefinitionA CORS preflight is the automatic OPTIONS request a browser sends before a cross-origin call to check the met…
JWT Claims - CI/CD Glossary DefinitionJWT claims are the key-value statements in a token’s payload - issuer, subject, expiry, scopes - read by the…
Session Token - CI/CD Glossary DefinitionA session token is an opaque identifier a server issues at login and the client returns on each request to pr…