|
|
@ -23,7 +23,7 @@ async function cacheFirst(request) { |
|
|
'Content-Type': 'text/html', |
|
|
'Content-Type': 'text/html', |
|
|
'Content-Security-Policy': csp, |
|
|
'Content-Security-Policy': csp, |
|
|
} |
|
|
} |
|
|
} |
|
|
}) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
const resp = await caches.match(request) |
|
|
const resp = await caches.match(request) |
|
|
|