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
background, datasrc, dynsrc, lowsrc, ping, and poster are included in allowed_attributes and omitted from attr_val_is_uri. On the upside, no browser appears to run scripts in these attributes, so while it is a potential XSS hole in the sanitizer gives some unknown browser, it isn't in any known browser.
The text was updated successfully, but these errors were encountered:
gsnedders
changed the title
[Security placeholder]
Sanitizer fails to treat some attributes as URLs
May 19, 2014
Despite how this sounds, this has no known security implications.
No known version of IE (5.5 to current), Firefox (3 to current),
Safari (6 to current), Chrome (1 to current), or Opera (12 to current)
will run any script provided in these attributes.
background
,datasrc
,dynsrc
,lowsrc
,ping
, andposter
are included inallowed_attributes
and omitted fromattr_val_is_uri
. On the upside, no browser appears to run scripts in these attributes, so while it is a potential XSS hole in the sanitizer gives some unknown browser, it isn't in any known browser.The text was updated successfully, but these errors were encountered: