From 6655bf6e2324f3b2caec37d973240f4e03a0b655 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 22 Jun 2020 21:12:25 +0200 Subject: [PATCH] Fix policy, i am dumb --- templates/mrf.exs.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,