Merge branch 'default-mrf' into 'develop'

Add TagPolicy as default MRF

See merge request pleroma/pleroma!2834
This commit is contained in:
lain 2020-11-04 15:54:12 +00:00
commit d8d4e96230
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,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: []