[PHP] 防止XSS攻擊 與 header檔頭基本安全性設定

如標題

header("Pragma:no-cache");

header("X-Frame-Options: sameorigin");

header("X-XSS-Protection: 1; mode=block");

header("Cache-Control:no-cache, no-store, must-revalidate, max-age=0");

header("EXPIRES:Mon, 22 Jul 1990 11:12:01 GMT");

header("EXPIRES:0");

以上文章僅用紀錄資料使用.....