pyllyukko/user.js

QA: How do I enable timezone ?

gerroon opened this issue · 3 comments

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

This is caust by RFP.

user.js/user.js

Lines 526 to 531 in 88cab94

// PREF: Enable Firefox's anti-fingerprinting mode ("resist fingerprinting" or RFP) (Tor Uplift project)
// https://wiki.mozilla.org/Security/Tor_Uplift/Tracking
// https://bugzilla.mozilla.org/show_bug.cgi?id=1333933
// https://wiki.mozilla.org/Security/Fingerprinting
// NOTICE: RFP breaks some keyboard shortcuts used in certain websites (see #443)
user_pref("privacy.resistFingerprinting", true);

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

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