Merge branch 'pleroma-ensure-authorized-fetch' into security-2.9

This commit is contained in:
Lain Soykaf 2025-03-01 14:07:02 +04:00
commit 4604f2944e
7 changed files with 143 additions and 5 deletions

View file

@ -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"
}
]
},