MRF: add policy for normalizing HTML markup (local and remote) to a specific policy

This commit is contained in:
William Pitcock 2018-09-10 00:48:28 +00:00
commit 342ed84446
2 changed files with 27 additions and 0 deletions

View file

@ -104,6 +104,8 @@ config :pleroma, :activitypub,
config :pleroma, :user, deny_follow_blocked: true
config :pleroma, :mrf_normalize_markup, scrub_policy: Pleroma.HTML.Scrubber.Default
config :pleroma, :mrf_rejectnonpublic,
allow_followersonly: false,
allow_direct: false