projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1419eee
)
add authorized_fetch_mode to description.exs
author
FloatingGhost
<hannah@coffee-and-dreams.uk>
Tue, 26 Jul 2022 09:51:40 +0000
(10:51 +0100)
committer
FloatingGhost
<hannah@coffee-and-dreams.uk>
Tue, 26 Jul 2022 09:51:40 +0000
(10:51 +0100)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index f7e3c714f2523b872d299571258537974656cafe..a447c58ecbaebfc081ce17c2b75d643b1a777e72 100644
(file)
--- 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,