From d27636031301105bdf843288e22c8b8ff25cace3 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Mon, 19 Jun 2023 21:40:42 +0200 Subject: [PATCH] sets Access-Control-Allow-Origin header --- static/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/.htaccess b/static/.htaccess index 9100676..8778f7f 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -1,3 +1,5 @@ +Header set Access-Control-Allow-Origin "*" + RewriteEngine on Redirect permanent "/blog" "/posts"