Add header Access-Control-Allow-Origin

This commit is contained in:
Bandie 2020-06-07 18:46:09 +02:00
parent 4b55d2fabe
commit 3b0302721b
Signed by: Bandie
GPG Key ID: 843D7FA93BA46312
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ add_header Referrer-Policy "no-referrer";
add_header Feature-Policy "microphone 'none'; payment 'none'; sync-xhr 'self' https://chaospott.de/";
add_header X-Frame-Options "SAMEORIGIN";
add_header X-Content-Type-Options "nosniff";
add_header Access-Control-Allow-Origin "https://chaospott.de/; https://cloud.chaospott.ru/";