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:
Bob Owen 2024-11-21 16:36:08 +00:00
parent 04a522cd47
commit 6e1dddc083

View File

@ -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);