add the ability to 'quarantine' an activitypub peer, causing them to be treated as an OStatus peer.
This commit is contained in:
parent
0a0c6bf394
commit
09604182d0
2 changed files with 16 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ config :pleroma, :instance,
|
|||
registrations_open: true,
|
||||
federating: true,
|
||||
rewrite_policy: Pleroma.Web.ActivityPub.MRF.NoOpPolicy,
|
||||
public: true
|
||||
public: true,
|
||||
quarantined_instances: []
|
||||
|
||||
config :pleroma, :activitypub, accept_blocks: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue