bdo allows overriding the direction

This commit is contained in:
toastal 2024-02-28 16:45:29 +07:00 committed by Drew DeVault
parent 6ff7c110a3
commit a742952349
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ def _wildcard_filter(tag, name, value):
_sanitizer_attrs = {
"a": ["href", "title"],
"abbr": ["title"],
"bdo": ["dir"],
"th": ["align"],
"td": ["align"],
"img": _img_filter,