ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

The operate is insecure when caching

  • 2 (ردّان اثنان)
  • 0 have this problem
  • 4 views
  • آخر ردّ كتبه 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

All Replies (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.