commit 3b0de8c2818f9afc52f85fcaee1fbee7d381ecb8
parent e2a2d2df278eeca5eec0266a43994f42db827ae9
Author: Bob Owen <bobowencode@gmail.com>
Date: Thu, 13 Nov 2025 09:34:40 +0000
Bug 1979841 - Enable USER_LOCKDOWN_WITH_TRAVERSE for windows content sandbox on Release. r=yjuglaret
Differential Revision: https://phabricator.services.mozilla.com/D272228
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
@@ -1574,11 +1574,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(NIGHTLY_BUILD)
pref("security.sandbox.content.level", 9);
-#else
- pref("security.sandbox.content.level", 8);
-#endif
// Pref controlling if messages relevant to sandbox violations are logged.
pref("security.sandbox.logging.enabled", false);