1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-10 13:55:03 +00:00

chore(piano-analytics): supprime la consigne credentials sur les appels CORS du SW

This commit is contained in:
Jalil Arfaoui 2025-01-17 01:18:55 +01:00
parent 0a280a77d7
commit 995b78d76d

View file

@ -74,7 +74,6 @@ const networkFirstPiano = new Route(
({ url }) => url.hostname === 'tag.aticdn.net',
new NetworkFirst({
fetchOptions: {
credentials: 'include',
mode: 'cors',
},
cacheName: 'piano-cache',