Skip to content

Commit

Permalink
[nelmio/security-bundle] Remove xss_protection config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Oct 8, 2024
1 parent d62024a commit 3779d3a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 3779d3a

Please sign in to comment.