Commit ebe33b71 authored by Jérome Perrin's avatar Jérome Perrin

Increase firefox timeout before warning for unresponsive script

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32225 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a004ec92
......@@ -210,6 +210,9 @@ user_pref("security.warn_viewing_mixed.show_once", false);
// Disable "do you want to remember this password?"
user_pref("signon.rememberSignons", false);
// increase the timeout before warning of unresponsive script
user_pref("dom.max_script_run_time", 120);
// Make sure we do not use cache
user_pref("browser.cache.check_doc_frequency", 1);
user_pref("network.http.use-cache", false);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment