Bug 1636783 - Ensure default profile permissions do not confuse permission manager tests (test_permmgr.js). r=mayhemer,necko-reviewers

This is a problem for Thunderbird due to bug 1168178.

Differential Revision: https://phabricator.services.mozilla.com/D75031
This commit is contained in:
Magnus Melin 2020-05-14 15:47:25 +00:00
Родитель 6d1001fd1f
Коммит b2578e4b34
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -7,11 +7,13 @@
"use strict";
const { NetUtil } = ChromeUtils.import("resource://gre/modules/NetUtil.jsm");
const { CookieXPCShellUtils } = ChromeUtils.import(
"resource://testing-common/CookieXPCShellUtils.jsm"
);
// Don't pick up default permissions from profile.
Services.prefs.setCharPref("permissions.manager.defaultsUrl", "");
CookieXPCShellUtils.init(this);
XPCOMUtils.defineLazyServiceGetter(