mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
portainer: fix ingress headers
This commit is contained in:
@@ -5,6 +5,9 @@ server {
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
client_max_body_size 0;
|
||||
|
||||
proxy_hide_header X-Frame-Options;
|
||||
proxy_hide_header Content-Security-Policy;
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header Content-Security-Policy "frame-ancestors *";
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user