mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1403931: Enable USER_RESTRICTED on content process sandbox for Release. r=gcp
Differential Revision: https://phabricator.services.mozilla.com/D229519
This commit is contained in:
parent
04a522cd47
commit
6e1dddc083
@ -1510,11 +1510,7 @@ pref("browser.bookmarks.editDialog.maxRecentFolders", 7);
|
||||
// On windows these levels are:
|
||||
// See - security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp
|
||||
// SetSecurityLevelForContentProcess() for what the different settings mean.
|
||||
#if defined(EARLY_BETA_OR_EARLIER)
|
||||
pref("security.sandbox.content.level", 8);
|
||||
#else
|
||||
pref("security.sandbox.content.level", 7);
|
||||
#endif
|
||||
pref("security.sandbox.content.level", 8);
|
||||
|
||||
// Pref controlling if messages relevant to sandbox violations are logged.
|
||||
pref("security.sandbox.logging.enabled", false);
|
||||
|
Loading…
Reference in New Issue
Block a user