mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1578742 - Let the privileged mozilla content process ride the trains. r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D63555 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
42b235642d
commit
fb62c6e68a
@ -504,15 +504,16 @@ pref("browser.tabs.delayHidingAudioPlayingIconMS", 3000);
|
||||
// types of privileged content processes, each with different privileges.
|
||||
// types of privleged content processes, each with different privleges.
|
||||
pref("browser.tabs.remote.separatePrivilegedContentProcess", false);
|
||||
// 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", 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);
|
||||
#endif
|
||||
|
||||
// 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", true);
|
||||
|
||||
// allow_eval_* is enabled on Firefox Desktop only at this
|
||||
// point in time
|
||||
pref("security.allow_eval_with_system_principal", false);
|
||||
|
Loading…
Reference in New Issue
Block a user