Bug 1695037 - Enable the consideration of OriginAttributes when selecting processes, r=nika

Differential Revision: https://phabricator.services.mozilla.com/D106657
This commit is contained in:
Anny Gakhokidze 2021-02-26 22:46:04 +00:00
Родитель 5fa0e52b5f
Коммит 25ca887fef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.