diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-12-16 18:56:46 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-12-16 19:25:51 +0100 |
commit | 086ba59d0346be870dc7df2660fbb55666bf0af7 (patch) | |
tree | f3989b2ef5334f578759c44cb1e1500440b854c1 /config | |
parent | f271ea6e432d685c113582e5944d79e12c153016 (diff) | |
download | pleroma-086ba59d0346be870dc7df2660fbb55666bf0af7.tar.gz pleroma-086ba59d0346be870dc7df2660fbb55666bf0af7.zip |
HTTPSignaturePlug: Add :authorized_fetch_mode_exceptions
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index b152981c4..2fed1a152 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1772,6 +1772,12 @@ config :pleroma, :config_description, [ description: "Require HTTP signatures for AP fetches" }, %{ + key: :authorized_fetch_mode_exceptions, + type: {:list, :string}, + description: + "List of IPs (CIDR format accepted) to exempt from HTTP Signatures requirement (for example to allow debugging, you shouldn't otherwise need this)" + }, + %{ key: :note_replies_output_limit, type: :integer, description: |