Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAudit `window.navigator` #2655
Audit `window.navigator` #2655
Comments
|
Please note that there is also alias One of the most interesting elements of |
|
@snyderp to audit and work out which things are okay and which need to be futzed with. [This issue is only to audit, actually fixing stuff will go in other issues.] |
Takeaways
caution items (no obvious harm, but likely little benefit)
Properties
|
|
@tomlowenthal audit is above, there are several "yikes we should not ship that!" stuff i found. Leave this issue open to address? Create new issues for each one and close this one? Wait for next privacyconfab to discuss? |
|
@pes IMO open separate issues for each item which needs individual treatment above and mention this issue so they're listed here. If those issues cover everything in this audit, then I'll convert this into an epic to cover all that work. |
|
@tomlowenthal done and done (most already had issues). I think this is good to go |
window.navigatorhas a lot of interesting info in it, like descriptions of the current network connection properties. We should go through every item in that list, and remove ones which might be troublesome.