mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 04:52:03 -08:00
re-enable userns warning
This commit is contained in:
parent
15ecbec08f
commit
fb0aa8d46a
1 changed files with 0 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue