From 884fcb9e677455fd29655468ecd9e328cf3b759c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 6 Nov 2023 10:02:21 +0200 Subject: [PATCH] LibreAwoo: disable resist.fingerprinting and rant about it --- conf/librewolf.overrides.cfg.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/conf/librewolf.overrides.cfg.js b/conf/librewolf.overrides.cfg.js index 90cdeab5..276b02a4 100644 --- a/conf/librewolf.overrides.cfg.js +++ b/conf/librewolf.overrides.cfg.js @@ -4,6 +4,17 @@ // https://librewolf.net/docs/settings/ // Also incorporates some of https://aminda.eu/browser-extensions#firefox-aboutconfig +// Disable privacy.resistFingerprinting, use CanvasBlocker +// as requested +// to consider by LibreWolf documentation. +// I consider Telemetry closer to voting than spying and I have no desire to +// vote for Windows NT as the universal operating system to be supported by +// everyone or English to be the only language in the world. +// 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); + // Enable letterboxing defaultPref("privacy.resistFingerprinting.letterboxing", true);