From c3ac06c6391796aba7088bab38ede6e373283540 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Fri, 16 Sep 2022 13:07:16 +0530 Subject: [PATCH] chore: Allow env API for frame ancestors variable (#16765) --- .../main/java/com/appsmith/server/constants/EnvVariables.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/constants/EnvVariables.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/constants/EnvVariables.java index f75206091c..a611c2866c 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/constants/EnvVariables.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/constants/EnvVariables.java @@ -26,4 +26,5 @@ public enum EnvVariables { APPSMITH_OAUTH2_GITHUB_CLIENT_SECRET, APPSMITH_CUSTOM_DOMAIN, APPSMITH_FORM_LOGIN_DISABLED, + APPSMITH_ALLOWED_FRAME_ANCESTORS, }