Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set time zone to UTC with fingerprinting protection enabled #723

Closed
riastradh-brave opened this issue Aug 9, 2018 · 2 comments
Closed
Labels
closed/duplicate Issue has already been reported feature/shields/fingerprint The fingerprinting (aka: "device recognition") protection provided in Shields feature/tor/leakproofing Eliminating unexpected ways that someone using Tor might be unmasked. privacy

Comments

@riastradh-brave
Copy link
Contributor

<!DOCTYPE html>
<html>
<body>
<p id="foo">foo</p>
<script>
document.getElementById('foo').innerHTML = new Date(Date.now()).toLocaleString()
</script>
</body>
</html>

This should report UTC. (If you set your locale to UTC, or if you live in Iceland or Liberia, make sure to set it to something else before testing this.) Any other time zone vectors should be fixed to UTC.

@riastradh-brave riastradh-brave added the feature/shields/fingerprint The fingerprinting (aka: "device recognition") protection provided in Shields label Aug 9, 2018
@riastradh-brave riastradh-brave added this to the 1.0 milestone Aug 9, 2018
@riastradh-brave
Copy link
Contributor Author

@bbondy bbondy modified the milestones: 1.0, 1.x Backlog Oct 30, 2018
@tildelowengrimm tildelowengrimm added the priority/P5 Not scheduled. Don't anticipate work on this any time soon. label Nov 2, 2018
@tildelowengrimm tildelowengrimm added the feature/tor/leakproofing Eliminating unexpected ways that someone using Tor might be unmasked. label Nov 16, 2018
@rebron rebron modified the milestone: 1.x Backlog Feb 7, 2019
@pes10k
Copy link
Contributor

pes10k commented Jul 23, 2020

closing in favor of #8574

@pes10k pes10k closed this as completed Jul 23, 2020
@pes10k pes10k added closed/duplicate Issue has already been reported and removed priority/P5 Not scheduled. Don't anticipate work on this any time soon. labels Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed/duplicate Issue has already been reported feature/shields/fingerprint The fingerprinting (aka: "device recognition") protection provided in Shields feature/tor/leakproofing Eliminating unexpected ways that someone using Tor might be unmasked. privacy
Projects
None yet
Development

No branches or pull requests

5 participants