Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Can a website store data for offline use without asking?

  • 7 risposte
  • 7 hanno questo problema
  • 1 visualizzazione
  • Ultima risposta di soundwave

more options

In options, advanced, network, offline web content and user data, I have "tell me when a website asks to store data for offline use" checked

And then in the box below which lists websites that are allowed to store data for offline use there is one entry "https://forecast.io"

That site has never asked me to store offline data, and I have never done anything to allow it. The site showed up there previously, I removed it and now it's back.

So, considering I have the box checked to tell me When a site asks, does that mean that it just didn't ask?

In options, advanced, network, offline web content and user data, I have "tell me when a website asks to store data for offline use" checked And then in the box below which lists websites that are allowed to store data for offline use there is one entry "https://forecast.io" That site has never asked me to store offline data, and I have never done anything to allow it. The site showed up there previously, I removed it and now it's back. So, considering I have the box checked to tell me When a site asks, does that mean that it just didn't ask?

Modificato da soundwave il

Soluzione scelta

Yes, a website can store data for offline use without asking, and may do so even if you have checked the option "tell me when a website asks to store data for offline use", because that option doesn't work properly. See bug: https://bugzilla.mozilla.org/show_bug.cgi?id=959985

As far as I can tell, it doesn't mean that the site simply "didn't ask", it's just that the option doesn't work (or perhaps only works in cases where the data is larger than pref offline-apps.quota.warn?)

The work-around as given by cor-el above, is to set offline-apps.allow_by_default to false.

Leggere questa risposta nel contesto 👍 1

Tutte le risposte (7)

more options

There is a pref to define this:

  • offline-apps.quota.warn = 51200

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

more options

I don't understand. Are you saying that sites can store data for offline use without asking if it's less bytes than a certain amount or something? I don't get what that pref means or what values it would take and what they mean.

more options

The offline cache is only used in very rare cases to store data locally. Firefox will store small amounts (less than 50 MB) of data in the offline (application) cache without asking for permission.

  • offline-apps.allow_by_default = true
  • offline-apps.quota.warn = 51200

You can toggle the offline-apps.allow_by_default pref to false to make Firefox ask.

more options

Thanks I will try that.

So, why isn't the checkbox in options titled "tell me when a website asks to store data for offline use" controlling that pref? I guess it's either a bug that it doesn't control it, or a UI bug that it says it like that.

more options

Soluzione scelta

Yes, a website can store data for offline use without asking, and may do so even if you have checked the option "tell me when a website asks to store data for offline use", because that option doesn't work properly. See bug: https://bugzilla.mozilla.org/show_bug.cgi?id=959985

As far as I can tell, it doesn't mean that the site simply "didn't ask", it's just that the option doesn't work (or perhaps only works in cases where the data is larger than pref offline-apps.quota.warn?)

The work-around as given by cor-el above, is to set offline-apps.allow_by_default to false.

more options

The checkbox corresponds to a different preference:

browser.offline-apps.notify

Edit: I missed your last reply. It is confusing to have hidden preferences that conflict with the visible one.

Modificato da jscher2000 - Support Volunteer il

more options

Especially since directly below the visible one is a list of allowed sites which correspond to the hidden pref, not the visible one (or maybe it corresponds to both? I don't know?)