Commit 733cf609 authored by Rafael Monnerat's avatar Rafael Monnerat

Make sure we do not use cache.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31855 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f54885c0
......@@ -209,6 +209,14 @@ user_pref("security.warn_viewing_mixed.show_once", false);
// Disable "do you want to remember this password?"
user_pref("signon.rememberSignons", false);
// Make sure we do not use cache
user_pref("browser.cache.check_doc_frequency", 1);
user_pref("network.http.use-cache", false);
//user_pref("browser.cache.disk.capacity", 0);
//user_pref("browser.cache.disk.enable", false);
//user_pref("browser.cache.memory.enable", false);
//user_pref("browser.cache.offline.enable", 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