Bug 1502758 - Remove the remnants of browser.contentblocking.enabled from the preferences code r=johannh

Differential Revision: https://phabricator.services.mozilla.com/D10019

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ehsan Akhgari 2018-10-29 10:05:53 +00:00
Родитель 0bb982d5d5
Коммит 65bafb09f2
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -474,7 +474,6 @@ var gPrivacyPane = {
}
}
clearIfNotLocked("browser.contentblocking.enabled");
clearIfNotLocked("urlclassifier.trackingTable");
clearIfNotLocked("network.cookie.cookieBehavior");
clearIfNotLocked("network.cookie.lifetimePolicy");

Просмотреть файл

@ -52,7 +52,6 @@ add_task(async function test_form_autofill_section() {
add_task(async function test_change_cookie_settings() {
await SpecialPowers.pushPrefEnv({set: [
["browser.contentblocking.enabled", true],
["browser.contentblocking.trackingprotection.ui.enabled", true],
["browser.contentblocking.rejecttrackers.ui.enabled", true],
]});