1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-10 15:05:01 +00:00

fix: indique au service worker d’utiliser CORS pour fetch piano-analytics

This commit is contained in:
Jalil Arfaoui 2025-01-16 14:02:54 +01:00
parent 4aa505021f
commit f2f137bf1d

View file

@ -77,6 +77,10 @@ const networkFirstPiano = new Route(
return url.hostname === 'tag.aticdn.net'
},
new NetworkFirst({
fetchOptions: {
credentials: 'include',
mode: 'cors',
},
cacheName: 'piano-cache',
plugins: [
new ExpirationPlugin({