搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

The operate is insecure when caching

  • 2 回覆
  • 0 有這個問題
  • 4 次檢視
  • 最近回覆由 cor-el

more options

I'm facing the problem of insecure when using caching on Firefox It's normal when tracking protection is turned off But we can't ask users to turn it off every time they go to our website const newCache = await caches.open('new-cache'); I can't open cache by this method

I'm facing the problem of insecure when using caching on Firefox It's normal when tracking protection is turned off But we can't ask users to turn it off every time they go to our website const newCache = await caches.open('new-cache'); I can't open cache by this method

所有回覆 (2)

more options

This some image about error

more options

You can check the Network Monitor to see if content is blocked or otherwise fails to load.

If necessary use "Ctrl+F5" or "Ctrl+Shift+R" (Mac: Command+Shift+R) to reload the page and bypass the cache to generate a fresh log.