From b717b39d6386f0008a6ba98377105551d95bd38f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Sat, 23 Jul 2022 04:47:34 +0000
Subject: [PATCH] firefox: fix p-h #33, remove restriction on extensions.

---
 helpers/make-firefox | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helpers/make-firefox b/helpers/make-firefox
index 84a96fdd..a33383f2 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -53,6 +53,7 @@ sed -i '/activity-stream.showSponsored/s|true|false|g' browser/app/profile/firef
 sed '/"browser.privatebrowsing.vpnpromourl"/s/https.*"/"/' -i browser/app/profile/firefox.js
 
 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
-- 
GitLab