From 5de3c7cd35578f79f4060b403c5065e79f2cec0d Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Mon, 11 Nov 2024 21:32:20 -0500 Subject: [PATCH] Remove unneeded CORS header --- static/.htaccess | 1 - 1 file changed, 1 deletion(-) 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"