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
PR matrix-org/matrix-react-sdk#333 whitelisted data URIs for img tags in the HTML sanitizer. Unfortunately this introduced a vuln where you could do <img src=//evil.com/tracker.gif/> given null URL schemes are apparently implicitly in the allowedSchemes list, and got backed out in matrix-org/matrix-react-sdk@8ae210c. Would be good to get it back again, especially so we can embed mxc URLs nicely in messages for stickers, custom emoji, captioned images, etc.
The text was updated successfully, but these errors were encountered:
PR matrix-org/matrix-react-sdk#333 whitelisted data URIs for img tags in the HTML sanitizer. Unfortunately this introduced a vuln where you could do
<img src=//evil.com/tracker.gif/>
given null URL schemes are apparently implicitly in the allowedSchemes list, and got backed out in matrix-org/matrix-react-sdk@8ae210c. Would be good to get it back again, especially so we can embed mxc URLs nicely in messages for stickers, custom emoji, captioned images, etc.The text was updated successfully, but these errors were encountered: