Merge branch 'default-mrf' into 'develop'
Add TagPolicy as default MRF See merge request pleroma/pleroma!2834
This commit is contained in:
commit
d8d4e96230
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@
|
|||
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…
Reference in a new issue