[Webkit-unassigned] [Bug 151782] Fidelity.com login page does not show username and password field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 13 21:21:27 PST 2015


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

--- Comment #8 from Daniel Bates <dbates at webkit.org> ---
Looking at <https://login.fidelity.com/ftgw/pages/js/common/device_print.js>, Fidelity.com is using the navigator.plugins data as a way to fingerprint a device, which is a behavior that we do not want to support and mitigated in the patch for bug #149014.

As aforementioned in the second paragraph of comment #3, Fidelity.com has a JavaScript error in their code such that when navigator.plugins.length == 0 a ReferenceError is thrown and this affects the display of a username and password field. Fidelity.com should update their code to address this issue.

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


More information about the webkit-unassigned mailing list