Skip to content

Commit

Permalink
2730s: cleanup/removal #434
Browse files Browse the repository at this point in the history
2732 was just enforcing default since at least FF52, and 2733 has never been used, was only there for info. Offline Cache or appCache (2730) is already behind a prompt (2731), and is already limited (in FF60+) to HTTPS (2730b).
  • Loading branch information
Thorin-Oakenpants committed May 25, 2018
1 parent 449e32a commit f60a87f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1420,13 +1420,6 @@ user_pref("browser.cache.offline.insecure.enable", false);
* [1] https://support.mozilla.org/questions/1098540
* [2] https://bugzilla.mozilla.org/959985 ***/
user_pref("offline-apps.allow_by_default", false);
/* 2732: display a notification when websites ask to store data for offline use
* [SETTING-ESR52] Advanced>Network>Tell me when a website asks to store data for offline use ***/
user_pref("browser.offline-apps.notify", true);
/* 2733: set size of warning quota for offline cache (default 51200)
* Offline cache is only used in rare cases to store data locally. FF will store small amounts
* (default <50MB) of data in the offline (application) cache without asking for permission. ***/
// user_pref("offline-apps.quota.warn", 51200);
/* 2740: disable service workers cache and cache storage
* [1] https://w3c.github.io/ServiceWorker/#privacy ***/
user_pref("dom.caches.enabled", false);
Expand Down

0 comments on commit f60a87f

Please sign in to comment.