diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2022-04-14 20:09:43 +0200 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2022-08-05 11:06:30 +0200 |
commit | c899af1d6acad1895240a0247e9b91eca5db08df (patch) | |
tree | 1c198359f93ce77a48601ed906b34482f5821331 /docs/configuration/cheatsheet.md | |
parent | d39f803bddb04a4c0a9e0742a437fd07f461c615 (diff) | |
download | pleroma-c899af1d6acad1895240a0247e9b91eca5db08df.tar.gz pleroma-c899af1d6acad1895240a0247e9b91eca5db08df.zip |
Reject requests from specified instances if `authorized_fetch_mode` is enabled
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 6e13b9622..84a5bdb98 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -41,6 +41,7 @@ To add configuration to your config file, you can copy it from the base config. * `allow_relay`: Permits remote instances to subscribe to all public posts of your instance. This may increase the visibility of your instance. * `public`: Makes the client API in authenticated mode-only except for user-profiles. Useful for disabling the Local Timeline and The Whole Known Network. Note that there is a dependent setting restricting or allowing unauthenticated access to specific resources, see `restrict_unauthenticated` for more details. * `quarantined_instances`: ActivityPub instances where private (DMs, followers-only) activities will not be send. +* `rejected_instances`: ActivityPub instances to reject requests from if authorized_fetch_mode is enabled. * `allowed_post_formats`: MIME-type list of formats allowed to be posted (transformed into HTML). * `extended_nickname_format`: Set to `true` to use extended local nicknames format (allows underscores/dashes). This will break federation with older software for theses nicknames. |