allow corigin * for codimd cors

(needed since we have freedom.rc3.io and future.rc3.io — seems the easiest solution, at least)
keep-around/20e1548a078fbdb2c3828bd207eda1a4c1c98f4b
Matthias Stübinger 2020-12-10 23:20:25 +01:00
parent 8e3cc93503
commit 20e1548a07
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
add_header Access-Control-Allow-Origin "https://stuebinm.4future.de";
add_header Access-Control-Allow-Origin "*";
proxy_buffering off;
'';
};