]> BookStack Code Mirror - bookstack/blobdiff - .env.example.complete
Add prev and next button to navigate through different pages
[bookstack] / .env.example.complete
index 19643a49f6d83aa6a576fc7d171f52c38a483f2f..e3dbdb857ddde1c7393e944a17ab9bea0f6b7104 100644 (file)
@@ -273,6 +273,12 @@ ALLOW_CONTENT_SCRIPTS=false
 # Contents of the robots.txt file can be overridden, making this option obsolete.
 ALLOW_ROBOTS=null
 
+# A list of hosts that BookStack can be iframed within.
+# Space separated if multiple. BookStack host domain is auto-inferred.
+# For Example: ALLOWED_IFRAME_HOSTS="https://example.com https://a.example.com"
+# Setting this option will also auto-adjust cookies to be SameSite=None.
+ALLOWED_IFRAME_HOSTS=null
+
 # The default and maximum item-counts for listing API requests.
 API_DEFAULT_ITEM_COUNT=100
 API_MAX_ITEM_COUNT=500