Merge mozilla-central to autoland on a CLOSED TREE

This commit is contained in:
Cristian Tuns 2024-06-16 04:58:45 -04:00
commit badd6d9b9a

View File

@ -1441,7 +1441,7 @@ pref("browser.bookmarks.editDialog.maxRecentFolders", 7);
// See - security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp
// SetSecurityLevelForContentProcess() for what the different settings mean.
#if defined(NIGHTLY_BUILD)
pref("security.sandbox.content.level", 8);
pref("security.sandbox.content.level", 7);
#else
pref("security.sandbox.content.level", 7);
#endif