mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 17:32:06 -08:00
make shutdown procedure more thorough
This commit is contained in:
parent
fb0aa8d46a
commit
aafba572a3
1 changed files with 1 additions and 4 deletions
|
|
@ -463,10 +463,7 @@ defaultPref("extensions.formautofill.addresses.supported", "off");
|
||||||
// firefox behavior with other browser defaults.
|
// firefox behavior with other browser defaults.
|
||||||
defaultPref("security.enterprise_roots.enabled", true);
|
defaultPref("security.enterprise_roots.enabled", true);
|
||||||
|
|
||||||
// Avoid stalling on shutdown, after "xpcom-will-shutdown" phase.
|
defaultPref("toolkit.shutdown.fastShutdownStage", 0);
|
||||||
// This at least happens when shutting down soon after launching.
|
|
||||||
// See AppShutdown.cpp for more details on shutdown phases.
|
|
||||||
defaultPref("toolkit.shutdown.fastShutdownStage", 3);
|
|
||||||
|
|
||||||
// -------
|
// -------
|
||||||
// CAMOUFOX: Removed pref to use light theme by default (make less like headless)
|
// CAMOUFOX: Removed pref to use light theme by default (make less like headless)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue