Update .htaccess file

This commit is contained in:
Ethan Yoo 2024-07-08 19:01:28 -04:00
parent 680cc20064
commit 33e452b59e
Signed by: ethan
GPG Key ID: 70596474C5D20F85
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# Security tests: https://observatory.mozilla.org/
# Disable DNS prefetching: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-DNS-Prefetch-Control
Header always set Access-Control-Allow-Origin "analytics.ethanyoo.com"
Header always set X-XSS-Protection "1; mode=block"
Header always set X-Frame-Options "DENY"
Header always set X-DNS-Prefetch-Control "off"
Header always set X-Content-Type-Options "nosniff"