summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2025-03-01 14:07:02 +0400
committerLain Soykaf <lain@lain.com>2025-03-01 14:07:02 +0400
commit4604f2944e8997b79c683fab95217d551fa83585 (patch)
treeebf4c67f0ab82439350848ea697ded6fcbea199e /config/description.exs
parentca3c2a4ffaf87139a044b8b5ba2f84ead8f97891 (diff)
parent76cfc6127fa05a8c5214d1dff368bad0e0a0b1a8 (diff)
downloadpleroma-4604f2944e8997b79c683fab95217d551fa83585.tar.gz
pleroma-4604f2944e8997b79c683fab95217d551fa83585.zip
Merge branch 'pleroma-ensure-authorized-fetch' into security-2.9
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs
index e8d154124..f091e4924 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1772,6 +1772,11 @@ config :pleroma, :config_description, [
type: :integer,
description: "Following handshake timeout",
suggestions: [500]
+ },
+ %{
+ key: :client_api_enabled,
+ type: :boolean,
+ description: "Allow client to server ActivityPub interactions"
}
]
},