From 2d87ef622757956bb4ed991564e88872b1202548 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Fri, 8 Oct 2021 04:03:01 -0500 Subject: [PATCH] Disable Mozilla VPN --- helpers/make-firefox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helpers/make-firefox b/helpers/make-firefox index 7ec912f4..f8302da9 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=82 +VERSION=83 . ./config @@ -45,6 +45,8 @@ sed 's/.Ubuntu., //' -i browser/components/newtab/css/activity-stream*.css echo "#header-asrouter-container{display: none!important;}" >> browser/components/newtab/css/activity-stream-linux.css #Disable «Sponsored tiles on the New Tab page» - firefox 92 sed '/"showSponsoredTopSites"/,/value/s/value: true/value: false/' -i $ActivityStream +#Disable «Mozilla VPN» - firefox 93 +sed '/"browser.privatebrowsing.promoEnabled"/s/true/false/' -i browser/app/profile/firefox.js sed '/network.connectivity-service.IPv/s/http.*success.txt?ipv[46]//' -i modules/libpref/init/all.js -- GitLab