diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 451c4fb9829f..d3e246480b2c 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -2559,7 +2559,7 @@ pref("browser.tabs.remote.autostart", false); // Whether certain properties from origin attributes should be included as part // of remote types. Only in effect when fission is enabled. -pref("browser.tabs.remote.useOriginAttributesInRemoteType", false); +pref("browser.tabs.remote.useOriginAttributesInRemoteType", true); // Pref to control whether we use separate content processes for top-level load // of file:// URIs.