From f998f53d42a80010b1ea46b0108b7f596f03c81e Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 3 Jan 2018 23:38:15 -0500 Subject: [PATCH] Configure Allow-Origin in .htaccess --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 6afbed06..2b290bf3 100644 --- a/.htaccess +++ b/.htaccess @@ -9,3 +9,4 @@ # # https://github.com/aadsm/jsmediatags#http-access-control-cors Header add Access-Control-Allow-Headers "if-modified-since, range" +Header set Access-Control-Allow-Origin "*"