зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
0bb982d5d5
Коммит
65bafb09f2
|
@ -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],
|
||||
]});
|
||||
|
|
Загрузка…
Ссылка в новой задаче