From 9f587d64b45089ff94edb5160f11e17694add3c7 Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Fri, 24 May 2024 15:17:47 +0200 Subject: [PATCH] Add headers to apache config to allow CORS. --- 000-default.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/000-default.conf b/000-default.conf index 8cefbbb..88c643a 100644 --- a/000-default.conf +++ b/000-default.conf @@ -2,6 +2,8 @@ Options Indexes FollowSymLinks AllowOverride All Require all granted + + Header set Access-Control-Allow-Origin "*"