forked from AkkomaGang/akkoma
HTML.Scrubber.Default: Consistency
This commit is contained in:
parent
2272934a5e
commit
381fe44172
1 changed files with 2 additions and 0 deletions
|
@ -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], [])
|
||||
|
|
Loading…
Reference in a new issue