0
点赞
收藏
分享

微信扫一扫

Web低危漏洞之缺少“X-XSS-Protection“头的处理方法

DYBOY 2023-01-18 阅读 99


listen 9527;
server_name localhost;
add_header Content-Security-Policy: default-src=self;
add_header X-Xss-Protection: 1;
add_header X-Xss-Protection: mod=block;
add_header X-Content-Type-Options: nosniff;


举报

相关推荐

0 条评论