You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chromium-...@chromium.org
Hi,
I am creating a Chrome Extension that loads a static page inside of an Iframe placed into the popup.html page for the extension.
I want to make sure that every time the extension icon is clicked, the newest version of that static page is loaded into the frame and not the browser cached version of that page is loaded so that the user gets to see the currently updated page (Static page gets updated every approx 30 Mins).
So, is there any way that can be implemented in Manifest.json or anywhere else to make sure to bring the latest version of page from server and not the cached one is loaded in my extension every time the users visit the extension icon.
Any help is widely appreciated!!
Naveen
unread,
Mar 9, 2015, 8:36:36 PM3/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Anuj Dev, Chromium-extensions
Hi,
I believe you need to add cache control directives to your HTML file.