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

11 lines
232 B
Django/Jinja

import Config
config :pleroma, :instance,
rewrite_policy: [
Pleroma.Web.ActivityPub.MRF.AntiLinkSpamPolicy,
Pleroma.Web.ActivityPub.MRF.SimplePolicy
]
config :pleroma, :mrf_simple,
media_nsfw: ["stereophonic.space"]