summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/instance.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/instance.md b/docs/configuration/instance.md
index 7eb3611b1..66e44e078 100644
--- a/docs/configuration/instance.md
+++ b/docs/configuration/instance.md
@@ -24,6 +24,12 @@ instance-expose-peers: false
# Default: false
instance-expose-suspended: false
+# Bool. Allow unauthenticated users to view /about/suspended,
+# showing the HTML rendered list of instances that this instance blocks/suspends.
+# Options: [true, false]
+# Default: false
+instance-expose-suspended-web: false
+
# Bool. Allow unauthenticated users to make queries to /api/v1/timelines/public in order
# to see a list of public posts on this server. Even if set to 'false', then authenticated
# users (members of the instance) will still be able to query the endpoint.