word: allow browser access to json data
[sheet.git] / .htaccess
index 41f82b4e38e68cc370d93bcf2d11fa298e4b3d35..0c5b23d39f11852d575ed3da12f575af585d6dc7 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -21,8 +21,9 @@ RewriteRule    ^/*([^/]+)(.*)           $1.plp$2
 
 # allow browsers to cache for upto a month
 <IfModule headers_module>
-<FilesMatch "\.(?:css|js)$">
+<FilesMatch "\.(?:css|js|json)$">
 Header set Cache-Control "max-age=2592000"
+Header set Access-Control-Allow-Origin "*"
 </FilesMatch>
 </IfModule>