Tweak the privacy replace feature

This commit is contained in:
Thomas Sileo 2022-08-09 23:09:37 +02:00
parent f91c6c454a
commit ff59e49866
2 changed files with 4 additions and 3 deletions

View file

@ -307,7 +307,9 @@ def _clean_html(html: str, note: Object) -> str:
return _emojify(
_replace_custom_emojis(
bleach.clean(
_update_inline_imgs(highlight(html)),
privacy_replace.replace_content(
_update_inline_imgs(highlight(html))
),
tags=ALLOWED_TAGS,
attributes=ALLOWED_ATTRIBUTES,
strip=True,