From: Mischa POSLAWSKY Date: Tue, 27 Apr 2021 23:12:24 +0000 (+0200) Subject: word: allow browser access to json data X-Git-Tag: v1.13~180 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/0f67fe4500b7d99e30ed2b1a2810989915dab548 word: allow browser access to json data --- diff --git a/.htaccess b/.htaccess index 41f82b4..0c5b23d 100644 --- a/.htaccess +++ b/.htaccess @@ -21,8 +21,9 @@ RewriteRule ^/*([^/]+)(.*) $1.plp$2 # allow browsers to cache for upto a month - + Header set Cache-Control "max-age=2592000" +Header set Access-Control-Allow-Origin "*"