Bug 1764090 - Fix browser_permissions_unsigned.js failure. r=thunderbird-reviewers,rjl

Bug 1754441 has some details. InstallTrigger will be removed at some point.

The test calls installTrigger(url), and obviously that would not work without InstallTrigger.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Magnus Melin 2022-06-19 00:48:09 +00:00
Родитель 7ea495c31c
Коммит a19f8cff33
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -6,6 +6,8 @@ const WARNING_ICON = "chrome://browser/skin/warning.svg";
add_task(async function test_unsigned() {
await SpecialPowers.pushPrefEnv({
set: [
["extensions.InstallTrigger.enabled", true],
["extensions.InstallTriggerImpl.enabled", true],
["extensions.webapi.testing", true],
["extensions.install.requireBuiltInCerts", false],
// Relax the user input requirements while running this test.