Update ingress.conf

This commit is contained in:
Alexandre
2022-08-27 20:14:11 +02:00
committed by GitHub
parent 1d4910bdef
commit 4b216a5ba9

View File

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