Skip to content
Snippets Groups Projects
Commit 2d87ef62 authored by Luis Guzmán's avatar Luis Guzmán Committed by Luis Guzmán
Browse files

Disable Mozilla VPN

parent 8f24d65d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment