krakenjs / lusca

Application security for express apps.
Other
1.79k stars 139 forks source link

Disable x-xss-protection by default #147

Open jiheon-dev opened 2 years ago

jiheon-dev commented 2 years ago

As you know, Google Chrome Developers disabled XSS Auditor. Developers should be able to disable the auditor for older browsers and set it to 0. The x-xss-protection header was found to have a multitude of issues, instead of helping the developers protect their application. (e.g. Bypass x-xss-protection header)

The following discussion describes the issue at hand with more references:

https://github.com/OWASP/CheatSheetSeries/issues/376 https://github.com/OWASP/CheatSheetSeries/pull/378

Available for further discussions 😄