mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 13:07:21 +02:00
firefox: enable fission
This commit is contained in:
parent
85d61ee175
commit
75f6119e80
@ -86,5 +86,8 @@ lockPref("sidebar.revamp", true);
|
|||||||
lockPref("sidebar.verticalTabs", true);
|
lockPref("sidebar.verticalTabs", true);
|
||||||
lockPref("sidebar.visibility", "always-show");
|
lockPref("sidebar.visibility", "always-show");
|
||||||
|
|
||||||
|
// Per process isolation
|
||||||
|
lockPref("fission.autostart", true);
|
||||||
|
|
||||||
// No making configuration on the last line of the file!
|
// No making configuration on the last line of the file!
|
||||||
//
|
//
|
||||||
|
@ -747,6 +747,12 @@
|
|||||||
"Type": "string",
|
"Type": "string",
|
||||||
"Value": ""
|
"Value": ""
|
||||||
},
|
},
|
||||||
|
"fission.autostart": {
|
||||||
|
"Comment": "Enable fission, site separation per process, security. Preference not allowed for stability reasons. :(",
|
||||||
|
"Status": "locked",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": true
|
||||||
|
},
|
||||||
"general.config.obscure_value": {
|
"general.config.obscure_value": {
|
||||||
"Comment": "Required for autoconfig.",
|
"Comment": "Required for autoconfig.",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
@ -770,6 +776,12 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
|
"gfx.webrender.all": {
|
||||||
|
"Comment": "Enable fission, site separation per process, security",
|
||||||
|
"Status": "locked",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": true
|
||||||
|
},
|
||||||
"image.animation.mode": {
|
"image.animation.mode": {
|
||||||
"Comment": "Preference not allowed for stability reasons. :(",
|
"Comment": "Preference not allowed for stability reasons. :(",
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user