Bug 1557074 - Enable process isolation for AMO and FXA on Nightly r=nika

And Nightly only, this isn't riding trains yet.

Differential Revision: https://phabricator.services.mozilla.com/D47082

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Ritter 2019-09-25 15:27:48 +00:00
Родитель a32233c9b1
Коммит 4c863c9c5b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -497,7 +497,7 @@ pref("browser.tabs.delayHidingAudioPlayingIconMS", 3000);
// Pref to control whether we use a separate privileged content process
// for certain mozilla webpages (which are listed in the pref
// browser.tabs.remote.separatedMozillaDomains).
pref("browser.tabs.remote.separatePrivilegedMozillaWebContentProcess", false);
pref("browser.tabs.remote.separatePrivilegedMozillaWebContentProcess", true);
// This pref will cause assertions when a remoteType triggers a process switch
// to a new remoteType it should not be able to trigger.
pref("browser.tabs.remote.enforceRemoteTypeRestrictions", true);