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:
Bob Owen
2024-06-05 06:13:40 +00:00
parent 5d8731ed25
commit 592e522d34

View File

@@ -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.