]> _ Git - fluidbook-toolbox.git/commitdiff
wip #6269 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Sep 2023 17:54:52 +0000 (19:54 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Sep 2023 17:54:52 +0000 (19:54 +0200)
public/.htaccess

index 869af638485888a57dcc3edd08f081c787a9fd74..05dbc3db2ce1b68ea12cc14034bc02fca0d7a648 100644 (file)
@@ -16,3 +16,9 @@
     RewriteCond %{REQUEST_FILENAME} !-f
     RewriteRule ^ index.php [L]
 </IfModule>
+
+<IfModule mod_headers.c>
+    <FilesMatch "lb\.json$">
+        Header set Access-Control-Allow-Origin "*"
+    </FilesMatch>
+</IfModule>