I am loading a few thumbnail images in my application which are stored on google cloud, I have made the thumbnail objects public and set cache-control: public, max-age:2628000
, this seems to be working on chrome where i see the images are getting loaded from cache but on mozilla firefox this is not working, whenever i reload the page, I always see the images are been request from the server. I have also checked that I do not have disable cache
checked in developer tools
here is a screenshot
Everytime i see bytes transferred and the images are not loading from cache.
Any help in this would be really appreciated. Thanks.