[Webkit-unassigned] [Bug 213306] WIP: we should be able to capture mouse, keyboard, and wheel events to investigate tracking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 14:33:02 PDT 2020


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

--- Comment #8 from katherine_cheney at apple.com ---
Comment on attachment 402302
  --> https://bugs.webkit.org/attachment.cgi?id=402302
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=402302&action=review

> Source/WebKit/WebProcess/WebCoreSupport/WebResourceLoadObserver.cpp:417
> +    WTFLogAlways("Keyboard event with key %s, key identifier %s, code %s, text '%s'", platformKeyboardEvent.key().utf8().data(), platformKeyboardEvent.keyIdentifier().utf8().data(), platformKeyboardEvent.code().utf8().data(), platformKeyboardEvent.text().utf8().data());

Could logging the text value be a privacy or security issue here? For passwords or sensitive data?

-- 
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/20200619/2f0dfbc3/attachment.htm>


More information about the webkit-unassigned mailing list