Add TagPolicy as default MRF, #2010

stable
Alex Gleason 4 years ago
parent 0309514656
commit e9cff69bce
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -719,7 +719,7 @@ config :pleroma, :restrict_unauthenticated,
config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: false
config :pleroma, :mrf,
policies: Pleroma.Web.ActivityPub.MRF.ObjectAgePolicy,
policies: [Pleroma.Web.ActivityPub.MRF.ObjectAgePolicy, Pleroma.Web.ActivityPub.MRF.TagPolicy],
transparency: true,
transparency_exclusions: []

Loading…
Cancel
Save