chore: Allow env API for frame ancestors variable (#16765)

This commit is contained in:
Shrikant Sharat Kandula 2022-09-16 13:07:16 +05:30 committed by GitHub
parent 2b70914f31
commit c3ac06c639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,4 +26,5 @@ public enum EnvVariables {
APPSMITH_OAUTH2_GITHUB_CLIENT_SECRET,
APPSMITH_CUSTOM_DOMAIN,
APPSMITH_FORM_LOGIN_DISABLED,
APPSMITH_ALLOWED_FRAME_ANCESTORS,
}