aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-02-09 14:39:27 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-02-09 14:59:21 +0100
commit381fe4417260e93cba79aa85785f53b410d0e0f7 (patch)
treef472fcbd7b285aca1c03bb3944ec9159d3c6e2d9
parent2272934a5e5d5f2d0319381bd2f4dc322da78e18 (diff)
downloadpleroma-381fe4417260e93cba79aa85785f53b410d0e0f7.tar.gz
HTML.Scrubber.Default: Consistency
-rw-r--r--lib/pleroma/html.ex2
1 files changed, 2 insertions, 0 deletions
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], [])