From 71293dec822ccacd7fc2bb620a8f1d3269f0d173 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Mon, 17 Oct 2022 16:12:56 +0530 Subject: [PATCH] Fix sandbox iframe default setting (#17618) --- deploy/docker/templates/docker.env.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/docker/templates/docker.env.sh b/deploy/docker/templates/docker.env.sh index 6612320cd0..215b8cfd13 100644 --- a/deploy/docker/templates/docker.env.sh +++ b/deploy/docker/templates/docker.env.sh @@ -97,4 +97,7 @@ APPSMITH_SUPERVISOR_PASSWORD=$SUPERVISOR_PASSWORD # Default value, if commented or not set, is "'none'", which disables embedding completely. # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors APPSMITH_ALLOWED_FRAME_ANCESTORS="'self' *" + +APPSMITH_DISABLE_IFRAME_WIDGET_SANDBOX=false + EOF