mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 04:52:03 -08:00
re-enable slow script dialogues
This commit is contained in:
parent
805f31c772
commit
dbe85dd28c
1 changed files with 0 additions and 4 deletions
|
|
@ -577,10 +577,6 @@ defaultPref("datareporting.healthreport.uploadEnabled", false);
|
|||
// Automatically unload beforeunload alerts
|
||||
defaultPref("dom.disable_beforeunload", false);
|
||||
|
||||
// Disable slow script dialogues
|
||||
defaultPref("dom.max_chrome_script_run_time", 0);
|
||||
defaultPref("dom.max_script_run_time", 0);
|
||||
|
||||
// Only load extensions from the application and user profile
|
||||
// AddonManager.SCOPE_PROFILE + AddonManager.SCOPE_APPLICATION
|
||||
defaultPref("extensions.autoDisableScopes", 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue