mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
LibreAwoo: disable resist.fingerprinting once again, this time for breaking Mobilizon
This commit is contained in:
parent
e9fe061b2c
commit
56ae517c92
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user