sets Access-Control-Allow-Origin header

This commit is contained in:
Dominic Reich 2023-06-19 21:40:42 +02:00
parent a41af3bb87
commit d276360313
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

@ -1,3 +1,5 @@
Header set Access-Control-Allow-Origin "*"
RewriteEngine on
Redirect permanent "/blog" "/posts"