diff --git a/static/.htaccess b/static/.htaccess index 2a6f48a..4529721 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -1,6 +1,5 @@ # Security tests: https://developer.mozilla.org/en-US/observatory # 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-Frame-Options "DENY" Header always set X-DNS-Prefetch-Control "off" Header always set X-Content-Type-Options "nosniff"