File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -359,6 +359,15 @@ ALLOWED_IFRAME_HOSTS=null
359359# Current host and source for the "DRAWIO" setting will be auto-appended to the sources configured.
360360ALLOWED_IFRAME_SOURCES="https://*.draw.io https://*.youtube.com https://*.youtube-nocookie.com https://*.vimeo.com"
361361
362+ # A list of the sources/hostnames that can be reached by application SSR calls.
363+ # This is used wherever users can provide URLs/hosts in-platform, like for webhooks.
364+ # Host-specific functionality (usually controlled via other options) like auth
365+ # or user avatars for example, won't use this list.
366+ # Space seperated if multiple. Can use '*' as a wildcard.
367+ # Values will be compared prefix-matched, case-insensitive, against called SSR urls.
368+ # Defaults to allow all hosts.
369+ ALLOWED_SSR_HOSTS="*"
370+
362371# The default and maximum item-counts for listing API requests.
363372API_DEFAULT_ITEM_COUNT=100
364373API_MAX_ITEM_COUNT=500
You can’t perform that action at this time.
0 commit comments