fix(cache-manager): Simplify cache control headers in cache manager

This commit is contained in:
2025-02-07 12:55:47 +01:00
parent 1ced20c887
commit ec6754be52
3 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2025-02-07 - 3.0.68 - fix(cache-manager)
Simplify cache control headers in cache manager
- Removed unnecessary cache control headers while setting modern Cache-Control.
## 2025-02-06 - 3.0.67 - fix(serviceworker)
Enhance header security for cached resources in service worker