Intent to unship: data URL support in SVG use elements
288 views
Skip to first unread message
Tom Schuster
unread,
Nov 24, 2023, 3:14:51 PM11/24/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
As of Firefox 122 I intend to remove support for data: URLs in the href attribute of SVG <use> elements. It was never supported in Safari and Chrome is planning to remove support in Chrome 120. data URLs can be used for XSS attacks, by embedding another SVG that executes scripts.