Closed
Bug 811582
Opened 12 years ago
Closed 7 years ago
window JS object provides a large amount of identifiable information
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1329996
People
(Reporter: chiiph, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: privacy, Whiteboard: [fingerprinting][fp-triaged])
Values found in the window JS object, such as innerHeight and outerHeight provide identifiable information about the user that the browser should be able to conceal.
For instance, innerHeight and outerHeight provide information about the menu/toolbar/etc size. Other values like screenX, screenY should be taken care of too.
There should be a preference to make the outer{Width,Height} equal to the inner{Width,Height}. This way the browser can still support websites that want to maximize the window space use and hide distinguishable size values from the user browser layout.
This is related to Bug 418986. I will work on this when I'm done with the former.
Updated•8 years ago
|
Blocks: uplift_tor_fingerprinting
Comment 1•8 years ago
|
||
I believe this work is completed and we can close this bug.
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Whiteboard: [fingerprinting] → [fingerprinting][fp-triaged]
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•