pyllyukko / user.js

user.js -- Firefox configuration hardening
MIT License
2.76k stars 232 forks source link

QA: How do I enable timezone ? #480

Closed gerroon closed 4 years ago

gerroon commented 4 years ago

HI

How can I enable(or disable) correct time zone so that time in my browser is correct? Atm it is about 5 hours ahead, and I suspect this is more to do with the fact that I am using user.js

thanks

rusty-snake commented 4 years ago

This is caust by RFP. https://github.com/pyllyukko/user.js/blob/88cab942b4da5d5706acb7609a680d9d1938edda/user.js#L526-L531

At the moment the only way to get the correct TZ is to disable RFP, but then you lose all the protection from it.

rusty-snake commented 4 years ago

bugzilla 1364261: Make UTC Timezone Spoofing optional when privacy.resistfingerprinting = true

gerroon commented 4 years ago

Thanks for the quick reply, I have been looking all over in the user.js file but this was not obvious at all.