From: floatingghost Date: Tue, 26 Jul 2022 10:04:24 +0000 (+0000) Subject: Merge pull request 'add authorized_fetch_mode to description.exs' (#116) from documen... X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=1f8e5be0517fca1270018022c41fc11321fbc0cc;hp=1419eee5dfe1f3d76c28ab7c6f3cb24ba652fef2;p=akkoma Merge pull request 'add authorized_fetch_mode to description.exs' (#116) from document-secure-fetch into develop Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/116 --- diff --git a/config/description.exs b/config/description.exs index f7e3c714f..a447c58ec 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1655,6 +1655,11 @@ config :pleroma, :config_description, [ type: :boolean, description: "Sign object fetches with HTTP signatures" }, + %{ + key: :authorized_fetch_mode, + type: :boolean, + description: "Require HTTP signatures on AP fetches" + }, %{ key: :note_replies_output_limit, type: :integer,