LibreAwoo: disable resist.fingerprinting once again, this time for breaking Mobilizon

This commit is contained in:
Aminda Suomalainen 2023-12-17 14:32:50 +02:00
parent e9fe061b2c
commit 56ae517c92
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@
// Additionally I get migraines and suffer from floaters when staring at
// bright light screen so much and it's just easier to disable this than
// continuously click around Midnight Lizard or similar.
defaultPref("privacy.resistFingerprinting", true);
// Note that this also BREAKS Mobilizon through enforced UTC and thus all
// timezones will be three hours off unless caution is exercised. I am not
// sure if this also caused weird developery seeming errors about timezones.
defaultPref("privacy.resistFingerprinting", false);
// Enable letterboxing
defaultPref("privacy.resistFingerprinting.letterboxing", true);