Bug 50895 - CSS Media Queries and Tracking Users
Summary: CSS Media Queries and Tracking Users
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 56482 56678
Blocks: 41801
  Show dependency treegraph
 
Reported: 2010-12-12 10:55 PST by Robert Hogan
Modified: 2012-12-26 07:10 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Hogan 2010-12-12 10:55:22 PST
CSS media queries expose a lot of information already available through the Screen and Window objects, they also expose a lot of other client information. Privacy-aware webkit clients can override js objects to limit/manage the information they leak but this is not currently possible with css media queries.

How to best do this is an open question so this bug is a stub for now.