mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
[nelmio/security-bundle] Remove xss_protection config
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user