From 36eec899468dba99552359c705ae5451d52d16df Mon Sep 17 00:00:00 2001
From: FloatingGhost <hannah@coffee-and-dreams.uk>
Date: Tue, 26 Jul 2022 10:51:40 +0100
Subject: [PATCH] add authorized_fetch_mode to description.exs

---
 config/description.exs | 5 +++++
 1 file changed, 5 insertions(+)

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,
-- 
2.49.0