This commit is contained in:
Aevann1 2021-12-09 22:30:14 +02:00
parent 0b784f4c49
commit cf42620020
8 changed files with 23 additions and 14 deletions

View file

@ -39,6 +39,9 @@ allowed_tags = tags = ['b',
'a',
'img',
'span',
'ruby',
'rp',
'rt',
]
no_images = ['b',
@ -71,6 +74,9 @@ no_images = ['b',
'marquee',
'a',
'span',
'ruby',
'rp',
'rt',
]
def sanitize_marquee(tag, name, value):