我可以通过js或html强制禁用Chrome上的xss审核员吗?

时间:2018-03-29 07:52:00

标签: html google-chrome jsp xss

由于Chrome没有设置--disable-xss-auditor,我的网页.jsp无法查看。 众所周知,可以通过打开chrome.exe --disable-xss-auditor来解决它。 但有没有任何方法(js代码或HTML代码)可以实现相同的东西没有规定的方法?

感谢。

1 个答案:

答案 0 :(得分:1)

来自the documentation

  

网站可以使用。控制XSS Auditor的行为   X-XSS-Protection响应标头,禁用该功能或   改变其模式。

     

此响应标头禁用审核员:

X-XSS-Protection: 0