diff options
author | tusooa <tusooa@kazv.moe> | 2022-07-26 14:48:00 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2022-07-26 14:48:00 +0000 |
commit | 36d79468ec36648e074f767e43040937b86f568a (patch) | |
tree | 4e8f0770ee34b6ee674b63cdd9a5a046b4e61792 | |
parent | d39f803bddb04a4c0a9e0742a437fd07f461c615 (diff) | |
parent | 5153eba3a89904f958e356aa086a6d02b4ca435e (diff) | |
download | pleroma-36d79468ec36648e074f767e43040937b86f568a.tar.gz pleroma-36d79468ec36648e074f767e43040937b86f568a.zip |
Merge branch 'authorized-fetch' into 'develop'
Add authorized_fetch_mode to description.exs
See merge request pleroma/pleroma!3710
-rw-r--r-- | config/description.exs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index b29348edf..c6c6b1b5d 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1730,6 +1730,11 @@ config :pleroma, :config_description, [ 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, description: |