ActivityPub: implement MRF core hook and baseline noop policy object
This commit is contained in:
parent
fef8daa454
commit
4a178b3d65
4 changed files with 20 additions and 2 deletions
|
|
@ -52,7 +52,8 @@ config :pleroma, :instance,
|
|||
limit: 5000,
|
||||
upload_limit: 16_000_000,
|
||||
registrations_open: true,
|
||||
federating: true
|
||||
federating: true,
|
||||
rewrite_policy: Pleroma.Web.ActivityPub.MRF.NoOpPolicy
|
||||
|
||||
config :pleroma, :media_proxy,
|
||||
enabled: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue