From 5b34bc9bf1eb86b090ad2ebc2da7279dcbb10845 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 17 Apr 2020 13:48:16 -0700 Subject: [PATCH] Fix for Access-Control-Allow-Origin console errors when URLs contain queries. --- e107.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107.htaccess b/e107.htaccess index 02761d754..caabf925f 100644 --- a/e107.htaccess +++ b/e107.htaccess @@ -105,13 +105,13 @@ AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css text/javascript application/x-javascript application/javascript application/xml text/xml application/rss+xml - + Header set Cache-Control "public" Header unset Cookie Header unset Set-Cookie # Header set Access-Control-Allow-Origin "http://mydomain.com" - # Header set Access-Control-Allow-Origin "*" # if you're really stuck. + # Header set Access-Control-Allow-Origin "*" # if you're seeing console errors.