Bug 1344981 - Disable 'privacy.trackingprotection.annotate_channels' in aurora draft
authordimi <dlee@mozilla.com>
Tue, 21 Mar 2017 14:37:33 +0800
changeset 502050 a7af78e49a34f08ae20f1a0fec5eee7615242ec7
parent 502049 0496e366a8f4d1393a8caba1db5f6d1f49da468d
child 550041 8ee453064e7529d2ceb7ec456f9dc759b1a4c6e0
push id50158
push userdlee@mozilla.com
push dateTue, 21 Mar 2017 06:38:35 +0000
bugs1344981, 1334241, 1334616, 1325054
milestone54.0a2
Bug 1344981 - Disable 'privacy.trackingprotection.annotate_channels' in aurora In Bug 1334241 we turned on 'privacy.trackingprotection.annotate_channels' preference by default, but this cause regressions like Bug 1334616 and Bug 1325054. The right fix is landed in central, for aurora we could just backout the change made in Bug 1334241 for simplicity. MozReview-Commit-ID: INuFdD04AwJ
modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -1250,17 +1250,17 @@ pref("privacy.donottrackheader.enabled",
 // and for all PopupNotifications, the secondary action of
 // the popup will be called when the popup is dismissed.
 pref("privacy.permissionPrompts.showCloseButton", false);
 // Enforce tracking protection in all modes
 pref("privacy.trackingprotection.enabled",  false);
 // Enforce tracking protection in Private Browsing mode
 pref("privacy.trackingprotection.pbmode.enabled",  true);
 // Annotate channels based on the tracking protection list in all modes
-pref("privacy.trackingprotection.annotate_channels",  true);
+pref("privacy.trackingprotection.annotate_channels", false);
 // Lower the priority of network loads for resources on the tracking protection list.
 // Note that this requires the privacy.trackingprotection.annotate_channels pref to be on in order to have any effect.
 pref("privacy.trackingprotection.lower_network_priority",  false);
 
 pref("dom.event.contextmenu.enabled",       true);
 pref("dom.event.clipboardevents.enabled",   true);
 pref("dom.event.highrestimestamp.enabled",  true);