Hi Kent,
Thanks for reaching out to us. Can you please share the version number you are using?
From my inspection, Cache-Control
is in the comment. You can check it here:
https://plugins.trac.wordpress.org/browser/woo-variation-gallery/trunk/assets/js/frontend.js
Line number: 430
Thank You
cache-control
Kent Riboe
Hi,
It seems that, in the file /wp-content/plugins/woo-variation-gallery/assets/js/frontend.js
You have a fixed setting of
‘Cache-Control’ : ‘max-age=86400’,
Which overrides both cdn + webserver settings, and we want our headers to stay a lot longer than 24hours browser cache. 🙂
Can you add a setting for this in the plugin, so we don’t have to edit the plugin files? (as they will be overwritten in plugin update)
/Kent