From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 17:54:52 +0000 (+0200) Subject: wip #6269 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7f9a7ff98b78067c61b0ca7484dbfd79362efab4;p=fluidbook-toolbox.git wip #6269 @0.25 --- 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 "*" + +