This commit is contained in:
zino
2024-06-08 13:49:15 +02:00
parent b27d1a8f2c
commit 83ee779593
2 changed files with 5 additions and 4 deletions

View File

@@ -21,10 +21,6 @@ server {
location / {
add_header Content-Security-Policy "default-src * 'unsafe-inline' 'unsafe-eval'; script-src * 'unsafe-inline' 'unsafe-eval'; img-src * data:; style-src * 'unsafe-inline'; font-src * data:;" always;
add_header Access-Control-Allow-Origin "https://registry.zinomedia.de";
add_header Access-Control-Allow-Credentials "true";
add_header Access-Control-Allow-Headers "Authorization, Accept, Cache-Control";
add_header Access-Control-Allow-Methods "HEAD, GET, OPTIONS, DELETE";
resolver 127.0.0.11;
set $upstream "http://registryui:80";