mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-04-09 09:28:14 +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.visibility", "always-show");
|
||||
|
||||
// Per process isolation
|
||||
lockPref("fission.autostart", true);
|
||||
|
||||
// No making configuration on the last line of the file!
|
||||
//
|
||||
|
@ -747,6 +747,12 @@
|
||||
"Type": "string",
|
||||
"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": {
|
||||
"Comment": "Required for autoconfig.",
|
||||
"Status": "locked",
|
||||
@ -770,6 +776,12 @@
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"gfx.webrender.all": {
|
||||
"Comment": "Enable fission, site separation per process, security",
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"image.animation.mode": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
"Status": "default",
|
||||
|
Loading…
x
Reference in New Issue
Block a user