fdfd
This commit is contained in:
parent
3467c007c1
commit
33e36cecd1
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def sanitize_marquee(tag, name, value):
|
|||
if name in allowed_attributes['*'] or name in ['direction', 'behavior', 'scrollamount']: return True
|
||||
|
||||
if name in ['width', 'height']:
|
||||
try: value = int(value)
|
||||
try: value = int(value.replace('px', ''))
|
||||
except: return False
|
||||
if 0 < value <= 500: return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue