From 1a9f0ae71d423a52945909bd6c2d03fae874a958 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 22 Sep 2022 17:48:15 +0200 Subject: [PATCH] Update ingress.conf --- tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index 3cf52a997..22dbc0cb8 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -17,6 +17,8 @@ server { # Allow ingress subpath proxy_set_header X-Script-Name %%ingress_entry%%; proxy_cookie_path / %%ingress_entry%%/; + + add_header X-Frame-Options SAMEORIGIN; # Required for ingress frame } location / {