From 3b0302721bd5f84eadf67b396c60934ff7563835 Mon Sep 17 00:00:00 2001 From: Bandie Date: Sun, 7 Jun 2020 18:46:09 +0200 Subject: [PATCH] Add header Access-Control-Allow-Origin --- nginx/conf.d/headers.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/conf.d/headers.conf b/nginx/conf.d/headers.conf index 76e9436..ba251c9 100644 --- a/nginx/conf.d/headers.conf +++ b/nginx/conf.d/headers.conf @@ -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/";