fix(serviceworker): Fixed CORS and Cache Control handling for Service Worker

This commit is contained in:
2025-02-03 23:26:08 +01:00
parent 0fecf69420
commit efade7a78e
3 changed files with 35 additions and 11 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-02-03 - 3.0.59 - fix(serviceworker)
Fixed CORS and Cache Control handling for Service Worker
- Improved handling of CORS settings for external requests.
- Preserved important headers while excluding caching headers.
- Ensured the presence of CORS headers in cached responses.
- Adjusted Cache-Control headers to prevent browser caching but allow service worker caching.
## 2025-02-03 - 3.0.58 - fix(network-manager)
Refined network management logic for better offline handling.