mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +00:00
Removed Microsoft X-XSS-Protection header, as it is not recommended on modern browsers anymore and is considered deprecated
This commit is contained in:
parent
1a0fab0615
commit
bb49c67108
1 changed files with 0 additions and 6 deletions
|
|
@ -20,12 +20,6 @@ nelmio_security:
|
|||
- 'digikey.com'
|
||||
- 'nexar.com'
|
||||
|
||||
# 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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue