diff options
author | lain <lain@soykaf.club> | 2024-05-28 11:22:34 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2024-05-28 11:22:34 +0000 |
commit | bef15cde6141a977aebdfc998d6091a31c4fc2d6 (patch) | |
tree | efd0a502a422296b5fc47bb5e91b2ac14fc868a3 /docs | |
parent | 25903a4996d12306d454be960a0a7478541b1879 (diff) | |
parent | 335691bae1a002c1a3bec956884fe665114285ec (diff) | |
download | pleroma-bef15cde6141a977aebdfc998d6091a31c4fc2d6.tar.gz pleroma-bef15cde6141a977aebdfc998d6091a31c4fc2d6.zip |
Merge branch 'secure-mode' into 'develop'
Reject requests from specified instances if `authorized_fetch_mode` is enabled
See merge request pleroma/pleroma!3711
Diffstat (limited to 'docs')
-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 8f6d6aeea..bb6e5d279 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. |