Encrypt fixes, add carnum options, remove debug lines

This commit is contained in:
2021-10-15 22:31:52 -04:00
parent 9340a49b67
commit 9cd8dc3031
6 changed files with 26 additions and 19 deletions

View File

@@ -1,2 +1,9 @@
RedirectMatch 404 /\.git
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>