diff --git a/nelmio/security-bundle/2.4/config/packages/nelmio_security.yaml b/nelmio/security-bundle/2.4/config/packages/nelmio_security.yaml index 292bbeb65..770f8e07b 100644 --- a/nelmio/security-bundle/2.4/config/packages/nelmio_security.yaml +++ b/nelmio/security-bundle/2.4/config/packages/nelmio_security.yaml @@ -8,12 +8,6 @@ nelmio_security: content_type: nosniff: true - # forces Microsoft's XSS-Protection with - # its block mode - xss_protection: - enabled: true - mode_block: true - # Send a full URL in the `Referer` header when performing a same-origin request, # only send the origin of the document to secure destination (HTTPS->HTTPS), # and send no header to a less secure destination (HTTPS->HTTP).