Bug 1831036 p2: Ship untrusted integrity on Windows content process sandbox. r=handyman
Leaving the NIGHTLY_BUILD #if because I will soon be using level 8 for USER_RESTRICTED access token level. Differential Revision: https://phabricator.services.mozilla.com/D212398
This commit is contained in:
@@ -1436,7 +1436,7 @@ pref("browser.bookmarks.editDialog.maxRecentFolders", 7);
|
||||
#if defined(NIGHTLY_BUILD)
|
||||
pref("security.sandbox.content.level", 7);
|
||||
#else
|
||||
pref("security.sandbox.content.level", 6);
|
||||
pref("security.sandbox.content.level", 7);
|
||||
#endif
|
||||
|
||||
// Pref controlling if messages relevant to sandbox violations are logged.
|
||||
|
||||
Reference in New Issue
Block a user