diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-02-09 14:39:27 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-02-09 14:59:21 +0100 |
commit | 381fe4417260e93cba79aa85785f53b410d0e0f7 (patch) | |
tree | f472fcbd7b285aca1c03bb3944ec9159d3c6e2d9 /lib/pleroma/html.ex | |
parent | 2272934a5e5d5f2d0319381bd2f4dc322da78e18 (diff) | |
download | pleroma-381fe4417260e93cba79aa85785f53b410d0e0f7.tar.gz |
HTML.Scrubber.Default: Consistency
Diffstat (limited to 'lib/pleroma/html.ex')
-rw-r--r-- | lib/pleroma/html.ex | 2 |
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], []) |