Weird conflict
Posted: Sun Jan 23, 2011 6:53 pm
There's a conflict with Live HTTP add-on. If ABE is enabled I can't log in to any sites (Google translator doesn't work also).
The bug is reproducible with these preferences in the user.js:
The bug is reproducible with these preferences in the user.js:
Code: Select all
user_pref("browser.cache.check_doc_frequency", 1);
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.capacity", 0);
user_pref("browser.cache.offline.enable", false);
user_pref("browser.formfill.enable", false);
user_pref("layout.css.visited_links_enabled", false);