From 49857c5967d8de2f4da4a5a623144b4bdf08f51a Mon Sep 17 00:00:00 2001 From: Michael Fairchild <mfairchild365@gmail.com> Date: Tue, 20 Aug 2013 15:45:15 -0500 Subject: [PATCH] Allow cross origin GET for sharecode This is needed to include alert.shtml in the newsroom --- sharedcode/.htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sharedcode/.htaccess diff --git a/sharedcode/.htaccess b/sharedcode/.htaccess new file mode 100644 index 0000000..fbc7f21 --- /dev/null +++ b/sharedcode/.htaccess @@ -0,0 +1,3 @@ +Header add Access-Control-Allow-Origin "*" +Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type" +Header add Access-Control-Allow-Methods "GET, OPTIONS" \ No newline at end of file -- GitLab