2021-08-10 09:31:03 -04:00
|
|
|
RedirectMatch 404 /\.git
|
2021-10-15 22:31:52 -04:00
|
|
|
Header append X-FRAME-OPTIONS "SAMEORIGIN"
|
|
|
|
Header append X-Content-Type-Options "nosniff"
|
|
|
|
<IfModule mod_headers.c>
|
|
|
|
Header set X-XSS-Protection "1; mode=block"
|
|
|
|
# Header always append X-Frame-Options SAMEORIGIN
|
|
|
|
Header always set Strict-Transport-Security "max-age=604800; includeSubDomains"
|
|
|
|
Header set X-Content-Type-Options nosniff
|
|
|
|
</IfModule>
|