fdsfsd
This commit is contained in:
parent
0b784f4c49
commit
cf42620020
8 changed files with 23 additions and 14 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue