Add option from tor browser.

This commit is contained in:
Cyteen 2018-02-19 13:00:18 +00:00
parent ecf6fff359
commit 9712331a2f
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ apt-get -y install xul-ext-firexpath
#user_pref("browser.search.geoSpecificDefaults","false");
#user_pref("browser.reader.detectedFirstArticle", true);//Disable obnoxious Reader View nag popup
#// From tor browser
#user_pref("privacy.firstparty.isolate", true);
#// stop thirdparty cookies
#network.cookie.cookieBehavior=1
#// Disable Shield Recipe Client
#user_pref("app.shield.optoutstudies.enabled", false);