Add option from tor browser.
This commit is contained in:
parent
ecf6fff359
commit
9712331a2f
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue