Bug 1607984 - P16. Always whitelist file. r=markh

This file will be removed in bug 1628752 anyway.

Differential Revision: https://phabricator.services.mozilla.com/D70801
This commit is contained in:
Jean-Yves Avenard 2020-04-24 01:46:17 +00:00
Родитель 6392e85f33
Коммит 119b12fc17
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -228,6 +228,9 @@ var whitelist = [
// Referenced from the screenshots webextension
{ file: "resource://app/localization/en-US/browser/screenshots.ftl" },
// services/sync/modules/bridged_engine.js
{ file: "resource://services-sync/bridged_engine.js" },
];
if (AppConstants.NIGHTLY_BUILD && AppConstants.platform != "win") {
@ -269,8 +272,6 @@ for (let entry of ignorableWhitelist) {
if (!isDevtools) {
// services/sync/modules/main.js
whitelist.add("resource://services-sync/service.js");
// services/sync/modules/bridged_engine.js
whitelist.add("resource://services-sync/bridged_engine.js");
// services/sync/modules/service.js
for (let module of [
"addons.js",