mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
set some security headers
This commit is contained in:
parent
cc2b57e486
commit
06df2f544c
|
@ -1,5 +1,10 @@
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
|
|
||||||
|
<IfModule mod_headers.c>
|
||||||
|
Header set Strict-Transport-Security: "max-age=15768000; includeSubDomains; preload"
|
||||||
|
Header set X-Content-Type-Options: "nosniff"
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteRule ^favicon.ico$ styles/bootstrap/favicon.ico [L]
|
RewriteRule ^favicon.ico$ styles/bootstrap/favicon.ico [L]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user