mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 11:18:19 +02:00
MozReview-Commit-ID: AgdmUNWLGaq --HG-- extra : rebase_source : 3caf6ae08f5507a9d22a9f6b3d16766bd7f98964
7 lines
232 B
JavaScript
7 lines
232 B
JavaScript
"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
|