mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Remove x-ua-compatible header from HTTP responses as it is no longer necessary
This commit is contained in:
parent
e4aa86a4b0
commit
e23b0560ef
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
# Global configuration; see https://securityheaders.com
|
||||
Header set X-UA-Compatible "IE=edge"
|
||||
Header set X-Frame-Options "sameorigin"
|
||||
Header set X-Content-Type-Options "nosniff"
|
||||
Header set X-Xss-Protection "1; mode=block"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# Global configuration; see https://securityheaders.com
|
||||
Header set X-UA-Compatible "IE=edge"
|
||||
Header set X-Frame-Options "sameorigin"
|
||||
Header set X-Content-Type-Options "nosniff"
|
||||
Header set X-Xss-Protection "1; mode=block"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue