Merge branch 'authorized-fetch' into 'develop'

Add authorized_fetch_mode to description.exs

See merge request pleroma/pleroma!3710
This commit is contained in:
tusooa 2022-07-26 14:48:00 +00:00
commit 36d79468ec
1 changed files with 5 additions and 0 deletions

View File

@ -1729,6 +1729,11 @@ config :pleroma, :config_description, [
type: :boolean,
description: "Sign object fetches with HTTP signatures"
},
%{
key: :authorized_fetch_mode,
type: :boolean,
description: "Require HTTP signatures for AP fetches"
},
%{
key: :note_replies_output_limit,
type: :integer,