From 8466483a0435ceac08c68d13594072013be06dc1 Mon Sep 17 00:00:00 2001 From: Cyteen Date: Fri, 22 Dec 2017 15:48:40 +0000 Subject: [PATCH] Remove shield option from firefox. Firefox is an untrust-worthy sources of updates, uses shield to push advertising. --- 025_firefox-extensions.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/025_firefox-extensions.sh b/025_firefox-extensions.sh index 4e14d43..27601a6 100644 --- a/025_firefox-extensions.sh +++ b/025_firefox-extensions.sh @@ -22,6 +22,9 @@ apt-get -y install xul-ext-firexpath #user_pref("browser.reader.detectedFirstArticle", true);//Disable obnoxious Reader View nag popup +#// Disable Shield Recipe Client +#user_pref("app.shield.optoutstudies.enabled", false); +#user_pref("extensions.shield-recipe-client.enabled", false); # firefox get menu back: used to use RDF before and the people involved still can't keep it flat. # I can't see a simple way to use jq to change a value in-place so resort to here-file.