allo- / ffprofile

A tool to create firefox profiles with personalized defaults.
GNU Affero General Public License v3.0
771 stars 56 forks source link

Option to disables offline cache #153

Closed ajay-gh closed 5 years ago

ajay-gh commented 5 years ago

Setting recommended: browser.cache.offline.enable = false

Title: Disables offline cache

Description: recommended by the Firefox privacy task force, without further explanation.

See https://wiki.mozilla.org/Privacy/Privacy_Task_Force/firefox_about_config_privacy_tweeks

allo- commented 5 years ago

Recent versions of Mozilla offer an “offline cache” that web applications can use to store data for retrieval even when the browser is offline. Combined with online/offline events, developers can write JavaScript that acts intelligently until the connection is restored. This preference determines whether the offline cache is enabled. From http://kb.mozillazine.org/Browser.cache.offline.enable

allo- commented 5 years ago

I create a setting, but I think it is not easy to reason why this is a risk or not. I add this, because it possibly is kind of another type of cookie. I am not 100% sure, but I guess storing unique content can be used later for identifying the user.

Something to explain the risk to users would still be nice.