[Webkit-unassigned] [Bug 17150] safe <img src=data:...> should not mark <canvas> unsafe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 28 00:55:55 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=17150





------- Comment #1 from oliver at apple.com  2008-06-28 00:55 PDT -------
Anne, the issue is how you identify a safe vs. unsafe data uri when all you
have is a string "data:...." which is the case when the src is set on an image.
 How is it possible to work around this?

You can achieve the goal of storage relatively simply through the use of
ImageData, although you would unfortunately need to do your own serialisation
:-/


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list