From 56ae517c923a2e889b0f4a3aa8db7fd9236025fd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 17 Dec 2023 14:32:50 +0200 Subject: [PATCH] LibreAwoo: disable resist.fingerprinting once again, this time for breaking Mobilizon --- conf/librewolf.overrides.cfg.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/librewolf.overrides.cfg.js b/conf/librewolf.overrides.cfg.js index f69cfc84..5f3b0f3e 100644 --- a/conf/librewolf.overrides.cfg.js +++ b/conf/librewolf.overrides.cfg.js @@ -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);