Backout bug 892488 since there are tests that needs the prompt

This commit is contained in:
Honza Bambas 2013-07-16 21:16:49 +02:00
parent 74276143f0
commit 5a91b29ae2

View File

@ -61,8 +61,6 @@ pref("browser.cache.disk_cache_ssl", true);
pref("browser.cache.check_doc_frequency", 3);
pref("browser.cache.offline.enable", true);
// enable offline apps by default, disable prompt
pref("offline-apps.allow_by_default", true);
// offline cache capacity in kilobytes
pref("browser.cache.offline.capacity", 512000);