Update ingress.conf

This commit is contained in:
Alexandre
2022-08-27 22:08:30 +02:00
committed by GitHub
parent f95aaba182
commit 185b89e301

View File

@@ -27,7 +27,7 @@ server {
# Allow frames
proxy_hide_header "Content-Security-Policy";
proxy_hide_header X-Frame-Options;
add_header X-Frame-Options SAMEORIGIN;
add_header Access-Control-Allow-Origin *;
proxy_set_header Accept-Encoding "";
}