diff --git a/settings/camoufox.cfg b/settings/camoufox.cfg index 85cf97a..042fd52 100644 --- a/settings/camoufox.cfg +++ b/settings/camoufox.cfg @@ -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.