Tag: xss
All the articles with the tag "xss".
[XSS] web security wargame (上)
Published: at 07:05 AM (2 min read)最近在玩 alert(1) 的 XSS 小遊戲,藉此紀錄一下每關的思路及解法
[security] X-XSS-Protection
Published: at 07:54 AM (2 min read)X-XSS-Protection 是一個在早期瀏覽器並不支援 CSP 時,IE 所開發出預防 XSS 攻擊的 header,後來 chrome 與 sarfari 等瀏覽器也開始支援。
[security] Content-Security-Policy 增加網頁安全的 http header,防禦 XSS 跨站攻擊 script
Published: at 02:22 PM (3 min read)Content-Security-Policy 為瀏覽器目前所實作的一個標準, 主要是用在防禦 XSS 攻擊的標準.