Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Can a website store data for offline use without asking?

  • 7 답장
  • 7 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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?

글쓴이 soundwave 수정일시

선택된 해결법

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.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (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

선택된 해결법

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.

글쓴이 jscher2000 - Support Volunteer 수정일시

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