Commit 3111e37f authored by Jérome Perrin's avatar Jérome Perrin

Don't disable cache, as users have cache enabled.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32290 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c944c645
......@@ -213,10 +213,6 @@ 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);
// this is required to upload files
user_pref("capability.principal.codebase.p1.granted", "UniversalFileRead");
user_pref("signed.applets.codebase_principal_support", true);
......
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