forked from AkkomaGang/akkoma
oopsies
This commit is contained in:
parent
846082e54f
commit
1e2d58982e
1 changed files with 6 additions and 1 deletions
|
@ -34,7 +34,12 @@ def get_cached_scrubbed_html_for_object(content, scrubbers, object, module) do
|
|||
end
|
||||
|
||||
def get_cached_stripped_html_for_object(content, object, module) do
|
||||
get_cached_scrubbed_html_for_object(content, HtmlSanitizeEx.Scrubber.StripTags, object, module)
|
||||
get_cached_scrubbed_html_for_object(
|
||||
content,
|
||||
HtmlSanitizeEx.Scrubber.StripTags,
|
||||
object,
|
||||
module
|
||||
)
|
||||
end
|
||||
|
||||
def ensure_scrubbed_html(
|
||||
|
|
Loading…
Reference in a new issue