You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 215 returns None , but in line 218 m is assumed to be None
Carlos
The text was updated successfully, but these errors were encountered:
gsnedders
changed the title
AttributeError: 'NoneType' object has no attribute 'group'
AttributeError raised on invalid data URI in sanitizer
Apr 30, 2015
While trying to sanitize
u'<html><body><audio controls="" src="data:foobar"></audio></body></html>'
I get an AttributeError exception In HTMLSanitizerMixin line 218
Line 215 returns None , but in line 218 m is assumed to be None
Carlos
The text was updated successfully, but these errors were encountered: