diff --git a/mealie/rootfs/app/Caddyfile b/mealie/rootfs/app/Caddyfile index 978e662ec..3940bb750 100644 --- a/mealie/rootfs/app/Caddyfile +++ b/mealie/rootfs/app/Caddyfile @@ -22,7 +22,7 @@ } handle @proxied { - uri strip_suffix / + header X-Frame-Options "SAMEORIGIN" reverse_proxy http://127.0.0.1:9000 }