re-enable userns warning

This commit is contained in:
oneflux 2025-04-21 15:27:31 -07:00
parent 15ecbec08f
commit fb0aa8d46a

View file

@ -463,11 +463,6 @@ defaultPref("extensions.formautofill.addresses.supported", "off");
// firefox behavior with other browser defaults.
defaultPref("security.enterprise_roots.enabled", true);
// Theres a security features warning that might be shown on certain Linux distributions & configurations:
// https://support.mozilla.org/en-US/kb/install-firefox-linux#w_security-features-warning
// This notification should never be shown in automation scenarios.
pref("security.sandbox.warn_unprivileged_namespaces", false);
// Avoid stalling on shutdown, after "xpcom-will-shutdown" phase.
// This at least happens when shutting down soon after launching.
// See AppShutdown.cpp for more details on shutdown phases.