jungvonmatt / wekit

A Jamstack kit for Contentful, Hugo and Netlify.
https://www.wekit.dev
MIT License
14 stars 4 forks source link

Removes custom cache header #69

Closed bezoerb closed 1 year ago

bezoerb commented 1 year ago

See https://www.netlify.com/blog/2017/02/23/better-living-through-caching/

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

peterschewe commented 1 year ago

With the CSP header I noticed that we still use prefetch-src (deprecated): https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/prefetch-src

psolbach commented 1 year ago

With the CSP header I noticed that we still use prefetch-src (deprecated): https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/prefetch-src

Can you create a new issue?

peterschewe commented 1 year ago

With the CSP header I noticed that we still use prefetch-src (deprecated): https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/prefetch-src

Can you create a new issue?

https://github.com/jungvonmatt/wekit/issues/70