How to temporarily disable XSS protection in modern browsers for testing?

后端 未结 7 434
一向
一向 2021-01-31 08:35

Is it possible to temporarily disable the XSS protection found in modern browsers for testing purposes?

I\'m trying to explain to a co-worker what happens when one sends

7条回答
  •  一向
    一向 (楼主)
    2021-01-31 08:57

    Is use of disable argument temporary? In limited testing it seems permanent. XSS-Auditor remains disabled in Chrome windows started without any xss-auditor argument. To turn back on use "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --enable-xss-auditor

提交回复
热议问题