mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Commented out security headers - might req apache module
This commit is contained in:
parent
5223ec1dbb
commit
a0bd9bce39
|
@ -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…
Reference in a new issue