- Issue created by @mglaman
When using `page_cache` or a reverse proxy like Varnish, the `http_response` cache tag needs to be invalidated when:
- A new script is created
- Script placement is changed
Otherwise cached pages will be missing the snippet.
I haven't manually tested yet, but I assume:
- Visit `/` anonymous
- Add a script
- Revisit `/` and no script
Whenever a script is saved, invalidate `http_response` cache tag
Active
2.0
Code