summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/configuration/instance.md2
-rw-r--r--example/config.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/instance.md b/docs/configuration/instance.md
index 3c856634b..1ad3dc71d 100644
--- a/docs/configuration/instance.md
+++ b/docs/configuration/instance.md
@@ -130,7 +130,7 @@ instance-expose-allowlist: false
# including the public reason for each allow.
# Options: [true, false]
# Default: false
-instance-expose-blocklist-web: false
+instance-expose-allowlist-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
diff --git a/example/config.yaml b/example/config.yaml
index 742bf891b..cb3addac1 100644
--- a/example/config.yaml
+++ b/example/config.yaml
@@ -416,7 +416,7 @@ instance-expose-allowlist: false
# including the public reason for each allow.
# Options: [true, false]
# Default: false
-instance-expose-blocklist-web: false
+instance-expose-allowlist-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