Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

The operate is insecure when caching

  • 2 trả lời
  • 0 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi 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

Tất cả các câu trả lời (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.