Bug 1737262: Update tests within toolkit/components/url-classifier/tests/mochitest to work with https-first enabled r=dimi

Differential Revision: https://phabricator.services.mozilla.com/D129260
This commit is contained in:
Christoph Kerschbaumer 2021-11-02 07:38:09 +00:00
Родитель 1701b68173
Коммит 4a5f4b163c
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -72,6 +72,7 @@ SpecialPowers.pushPrefEnv(
{"set": [["privacy.trackingprotection.enabled", true],
["urlclassifier.trackingTable", "test-track-simple"],
["urlclassifier.trackingWhitelistTable", "test-trackwhite-simple"],
["dom.security.https_first", false],
["network.stricttransportsecurity.preloadlist", false]]},
test);

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

@ -110,6 +110,7 @@ function checkLoads(aWindow, aWhitelisted, tpEnabled) {
SpecialPowers.pushPrefEnv(
{"set": [["privacy.trackingprotection.enabled", true],
["privacy.trackingprotection.testing.report_blocked_node", true],
["dom.security.https_first", false],
["channelclassifier.allowlist_example", true]]},
test);