Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/app/mobile.js

Issue 29430589: Issue 5194 - Remove Tracking Protection from Private Browsing (Closed)
Patch Set: Created May 5, 2017, 2:21 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mobile/android/base/resources/xml/preferences_privacy.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/app/mobile.js
===================================================================
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -282,18 +282,19 @@ pref("browser.search.order.US.2", "chrom
pref("browser.search.order.US.3", "chrome://browser/locale/region.properties");
// Added 4+5 (just in case) according to https://issues.adblockplus.org/ticket/3128
pref("browser.search.order.US.4", "chrome://browser/locale/region.properties");
pref("browser.search.order.US.5", "chrome://browser/locale/region.properties");
// disable updating
pref("browser.search.update", false);
+// Disabled tracking protection for private browsing. See https://issues.adblockplus.org/ticket/5194
// enable tracking protection for private browsing
-pref("privacy.trackingprotection.pbmode.enabled", true);
+pref("privacy.trackingprotection.pbmode.enabled", false);
// disable search suggestions by default
pref("browser.search.suggest.enabled", false);
pref("browser.search.suggest.prompted", false);
// tell the search service that we don't really expose the "current engine"
pref("browser.search.noCurrentEngine", true);
« no previous file with comments | « no previous file | mobile/android/base/resources/xml/preferences_privacy.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld