Bug 1344981 - Disable 'privacy.trackingprotection.annotate_channels' in aurora r=francois

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

--HG--
extra : rebase_source : 93dc469d6e91777bf20bc91531c59ca5efb3fd45
This commit is contained in:
dimi 2017-03-21 14:37:33 +08:00
parent 8d501b1351
commit d01107cd90

View File

@ -1254,7 +1254,7 @@ 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);