From 7f9a7ff98b78067c61b0ca7484dbfd79362efab4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 19:54:52 +0200 Subject: [PATCH] wip #6269 @0.25 --- public/.htaccess | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/.htaccess b/public/.htaccess index 869af6384..05dbc3db2 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -16,3 +16,9 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] + + + + Header set Access-Control-Allow-Origin "*" + + -- 2.39.5