Fix sandbox iframe default setting (#17618)

This commit is contained in:
Shrikant Sharat Kandula 2022-10-17 16:12:56 +05:30 committed by GitHub
parent 70f79ae69a
commit 71293dec82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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