add authorized_fetch_mode to description.exs
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Tue, 26 Jul 2022 09:51:40 +0000 (10:51 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Tue, 26 Jul 2022 09:51:40 +0000 (10:51 +0100)
config/description.exs

index f7e3c714f2523b872d299571258537974656cafe..a447c58ecbaebfc081ce17c2b75d643b1a777e72 100644 (file)
@@ -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,