From f00d0fb4ac1fb180900c55c647a9479a6248dd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Thu, 18 Aug 2022 02:12:37 +0000 Subject: [PATCH] firefox: resistfingerprinting is not on by default, leaving as-is. --- helpers/make-firefox | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helpers/make-firefox b/helpers/make-firefox index a33383f..7e49dc4 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -55,10 +55,6 @@ sed '/"browser.privatebrowsing.vpnpromourl"/s/https.*"/"/' -i browser/app/profil sed '/network.connectivity-service.IPv/s/http.*success.txt?ipv[46]//' -i modules/libpref/init/all.js sed 's/accounts-static.cdn.mozilla.net.*sync.services.mozilla.com//' -i modules/libpref/init/all.js -# do not alter useragent/platform/oscpu/etc with fingerprinting countermeasure, it makes things worse -sed '/ShouldResistFingerprinting/,/}/s/^/\/\//' -i ./netwerk/protocol/http/nsHttpHandler.cpp -sed '/If fingerprinting resistance is on/,/}/s/^/\/\//' -i ./dom/base/Navigator.cpp - # Replace ubufox recommendation sed 's/xul-ext-ubufox/xul-ext-youtube-html5-video-player/' -i debian/control.in