Commented out security headers - might req apache module
This commit is contained in:
parent
5223ec1dbb
commit
a0bd9bce39
1 changed files with 4 additions and 4 deletions
|
@ -25,9 +25,9 @@
|
|||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
|
||||
# Security Headers
|
||||
Header set Strict-Transport-Security "max-age=2592000" env=HTTPS
|
||||
Header set X-XSS-Protection "1; mode=block"
|
||||
Header set X-Content-Type-Options nosniff
|
||||
Header set X-Permitted-Cross-Domain-Policies "master-only"
|
||||
# Header set Strict-Transport-Security "max-age=2592000" env=HTTPS
|
||||
# Header set X-XSS-Protection "1; mode=block"
|
||||
# Header set X-Content-Type-Options nosniff
|
||||
# Header set X-Permitted-Cross-Domain-Policies "master-only"
|
||||
|
||||
</IfModule>
|
||||
|
|
Loading…
Add table
Reference in a new issue