diff --git a/templates/mrf.exs.j2 b/templates/mrf.exs.j2 index dd6c69d..972c351 100644 --- a/templates/mrf.exs.j2 +++ b/templates/mrf.exs.j2 @@ -2,9 +2,8 @@ import Config config :pleroma, :instance, rewrite_policy: [ - Pleroma.Web.ActivityPub.MRF.NoOpPolicy, Pleroma.Web.ActivityPub.MRF.AntiLinkSpamPolicy, - Pleroma.Web.ActivityPub.MRF.TagPolicy + Pleroma.Web.ActivityPub.MRF.SimplePolicy ] config :pleroma, :mrf_simple,