Skip to content

Commit 3622c44

Browse files
committed
SSR: Added new option to complete env example file
1 parent 642210a commit 3622c44

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.env.example.complete

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
360360
ALLOWED_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.
363372
API_DEFAULT_ITEM_COUNT=100
364373
API_MAX_ITEM_COUNT=500

0 commit comments

Comments
 (0)