From: Haelwenn (lanodan) Monnier Date: Sat, 9 Feb 2019 13:39:27 +0000 (+0100) Subject: HTML.Scrubber.Default: Consistency X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=381fe4417260e93cba79aa85785f53b410d0e0f7;p=akkoma HTML.Scrubber.Default: Consistency --- diff --git a/lib/pleroma/html.ex b/lib/pleroma/html.ex index 291b0e612..4dc6998b1 100644 --- a/lib/pleroma/html.ex +++ b/lib/pleroma/html.ex @@ -125,6 +125,8 @@ defmodule Pleroma.HTML.Scrubber.Default do require HtmlSanitizeEx.Scrubber.Meta alias HtmlSanitizeEx.Scrubber.Meta + # credo:disable-for-previous-line + # No idea how to fix this one… @markup Application.get_env(:pleroma, :markup) @valid_schemes Pleroma.Config.get([:uri_schemes, :valid_schemes], [])