This repository has been archived on 2020-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-pleroma/templates/mrf.exs.j2

10 lines
226 B
Django/Jinja

import Config
config :pleroma, :mrf, policies [
Pleroma.Web.ActivityPub.MRF.AntiLinkSpamPolicy,
Pleroma.Web.ActivityPub.MRF.SimplePolicy
]
config :pleroma, :mrf_simple,
media_nsfw: ["stereophonic.space", "baraag.net"]