fix(serviceworker): Enhance header security for cached resources in service worker

This commit is contained in:
2025-02-06 21:13:53 +01:00
parent dd6babdf81
commit 3556594501
3 changed files with 16 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedserver',
version: '3.0.66',
version: '3.0.67',
description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.'
}