firefox: enable fission

This commit is contained in:
Aminda Suomalainen 2025-03-23 21:21:30 +02:00
parent 85d61ee175
commit 75f6119e80
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 15 additions and 0 deletions

View File

@ -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!
// //

View 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",