blob: f9c31144c9010dd293ea2c8a3209a3e9e961e9f7 (
plain)
1
2
3
4
5
6
7
|
"use strict";
Services.prefs.setBoolPref("extensions.webextensions.remote", true);
Services.prefs.setIntPref("dom.ipc.keepProcessesAlive.extension", 1);
/* globals testEnv */
testEnv.expectRemote = true; // tested in head_test.js
|