mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 19:03:56 +00:00
1107: dom.ipc.processCount.file
FYI: https://bugzilla.mozilla.org/show_bug.cgi?id=1352359
This commit is contained in:
parent
2182bdfbe8
commit
cda46d8342
2
user.js
2
user.js
@ -627,6 +627,8 @@ user_pref("browser.tabs.remote.separateFileUriProcess", true);
|
|||||||
user_pref("dom.ipc.shims.enabledWarnings", true);
|
user_pref("dom.ipc.shims.enabledWarnings", true);
|
||||||
/* 1106: control number of WebExtension processes ***/
|
/* 1106: control number of WebExtension processes ***/
|
||||||
// user_pref("dom.ipc.processCount.extension", 1);
|
// user_pref("dom.ipc.processCount.extension", 1);
|
||||||
|
/* 1107: control number of file processes ***/
|
||||||
|
// user_pref("dom.ipc.processCount.file", 1);
|
||||||
/* 1110: set sandbox level. DO NOT MEDDLE WITH THESE. They are included to inform you NOT to play
|
/* 1110: set sandbox level. DO NOT MEDDLE WITH THESE. They are included to inform you NOT to play
|
||||||
* with them. The values are integers, but the code below deliberately contains a data mismatch
|
* with them. The values are integers, but the code below deliberately contains a data mismatch
|
||||||
* [1] https://wiki.mozilla.org/Sandbox
|
* [1] https://wiki.mozilla.org/Sandbox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user