From 0f67fe4500b7d99e30ed2b1a2810989915dab548 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 28 Apr 2021 01:12:24 +0200 Subject: [PATCH] word: allow browser access to json data --- .htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "*" -- 2.30.0