nelmio / NelmioSecurityBundle

Adds extra security-related features in your Symfony application
https://symfony.com/bundles/NelmioSecurityBundle/
MIT License
651 stars 85 forks source link

Deprecate X-Xss-Protection #342

Closed maxhelias closed 3 months ago

maxhelias commented 6 months ago

X-Xss-Protection is deprecated : https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection and is no longer recommended for production use

maxhelias commented 4 months ago

@franmomu Thanks for the feedback, everything is updated

maxhelias commented 4 months ago

The CI failure is unrelated, but would you like me to integrate the coding style fix here?

franmomu commented 4 months ago

The CI failure is unrelated, but would you like me to integrate the coding style fix here?

No need, I've fixed it in https://github.com/nelmio/NelmioSecurityBundle/pull/349 thanks

maxhelias commented 3 months ago

@Seldaek It's added

Seldaek commented 3 months ago

Thanks