一、漏扫出现问题
检测到目标X-Content-Type-Options响应头缺失
add_header X-Content-Type-Options nosniff;
检测到错误页面web应用服务器版本信息泄露 修改404页面及500页面,不要出现apache、nginx等字样
检测到目标Referrer-Policy响应头缺失
add_header 'Referrer-Policy' 'origin';
检测到目标X-XSS-Protection响应头缺失
add_header X-Xss-header "1;mode=block";
检测到目标X-Download-Options响应头缺失
add_header X-Download-Options "noopen" always;
检测到目标Strict-Transport-Security响应头缺失
add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload";
检测到目标Content-Security-Policy响应头缺失
add_header X-Frame-Options SAMEORIGIN;
检测到目标X-Permitted-Cross-Domain-Policies响应头缺失
header("X-Perm