Fix policy, i am dumb

This commit is contained in:
Alex 2020-06-22 21:12:25 +02:00
parent 89d67eed8c
commit 6655bf6e23
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 2 deletions

View File

@ -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,