-
Christian Sutter authored
This header has been deprecated and the XSS auditor it triggered has been removed from all major modern browsers (in favour of Content Security Policy) that implemented this header to begin with (Firefox never did). [OWASP](https://owasp.org/www-project-secure-headers/#x-xss-protection) suggests setting this header to '0' to disable the default behaviour on old browsers as it can introduce additional security issues. Added the new behaviour as a framework default from Rails 7.0.
Christian Sutter authoredThis header has been deprecated and the XSS auditor it triggered has been removed from all major modern browsers (in favour of Content Security Policy) that implemented this header to begin with (Firefox never did). [OWASP](https://owasp.org/www-project-secure-headers/#x-xss-protection) suggests setting this header to '0' to disable the default behaviour on old browsers as it can introduce additional security issues. Added the new behaviour as a framework default from Rails 7.0.
Loading