From a6f493d0e0ce4a6db69d44169802ec5db834725e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 26 Nov 2023 08:49:17 +0200 Subject: [PATCH] librewolf.overrides.cfg.js: give resistfingerprinting another chance TODO/NOTE/WARNING! I didn't touch the comment. --- conf/librewolf.overrides.cfg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/librewolf.overrides.cfg.js b/conf/librewolf.overrides.cfg.js index d3102ded..63b91e8e 100644 --- a/conf/librewolf.overrides.cfg.js +++ b/conf/librewolf.overrides.cfg.js @@ -13,7 +13,7 @@ // 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", false); +defaultPref("privacy.resistFingerprinting", true); // Enable letterboxing defaultPref("privacy.resistFingerprinting.letterboxing", true);