diff --git a/Makefile b/Makefile index 9890272..2ed3f23 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,9 @@ help: prepare: # Finding tsml files @test "" != "$(TSMLFILES)" - @echo AddType application/tokenscript+xml .tstml > htaccess.tmp + @echo AddType application/tokenscript+xml .tsml > htaccess.tmp @echo Header set Content-type application/tokenscript+xml env=tsml >> htaccess.tmp + @echo Header set Access-Control-Allow-Origin \"*\" >> htaccess.tmp @echo Options +FollowSymLinks >> htaccess.tmp @echo RewriteEngine on >> htaccess.tmp