[Webkit-unassigned] [Bug 177633] [GTK] Move to new Pasteboard API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 24 07:41:34 PDT 2017


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

--- Comment #7 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Carlos Garcia Campos from comment #5)
> Reading the commit message of r222595 it seems to me the problem is specific
> to Mac. I don't think we are exposing any private data types of other apps
> to the web.

For the most part, that's right: Mac has tons of weird data in the clipboard that  should not be web-exposed, which doesn't happen on Linux. But we probably want to filter out text/uri-list. E.g. if you drag file:///home/mcatanzaro/cats.png into imgur, you want it to see the bytes of the file as image data, you don't want it to actually see file:///home/mcatanzaro/cats.png and learn your private disk layout.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171024/4b03e780/attachment.html>


More information about the webkit-unassigned mailing list