* * Simplified bundling to just one bundle
* Removed cache invalidation token from bundling
* Generate strong persistent random string on deploy to use for JWT signing
* WIP: moving api-secret and JWT signing to a separate centralized security component
* Moved some server components away from project root
* Fix issues reported by linter
* Ignore detect-object-injection everywhere but the client
* Make admin message button red
* Remove alarms for some security alerts on code
* api_secret is now fully contained in the enclave
* Fix service worker refresh for Firefox
* Improve logging for service worker initialisation
* Skip browser cache for service worker precaching
* Prevent `Partial Content` responses in `fetch` by stripping `Range` header
* Prevent calling `filter` on an undefined property when service worker cache is empty
* Bug fixes for Service Worker
* Fixes https://github.com/nightscout/cgm-remote-monitor/issues/5920
* Fixes https://github.com/nightscout/cgm-remote-monitor/issues/5943
* Update service-worker.js
Removed the MP3 files from the preload to fix issues with webkit-based browsers
Co-authored-by: p5nbTgip0r <cb3f02c5@opayq.com>
Co-authored-by: Sulka Haro <sulka@sulka.net>