Page 1 of 1

Weird conflict

Posted: Sun Jan 23, 2011 6:53 pm
by jamesw
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:

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);

Re: Weird conflict

Posted: Sun Jan 23, 2011 6:58 pm
by Giorgio Maone
Even when Live HTTP Headers is not active?

Does HttpFox work for you (it works for me)?

Re: Weird conflict

Posted: Sun Jan 23, 2011 8:02 pm
by jamesw
Live HTTP Headers is not active, if I disable the add-on I can log in. I will replace it with HttpFox, thanks!