A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't include credentials when making authed request

+1 -2
+1 -2
src/Javascript/Workers/service.js
··· 118 118 const newRequest = new Request(new Request(urlWithoutToken, event.request), { 119 119 headers: newHeaders, 120 120 mode: mode || "cors", 121 - cache: "no-cache", 122 - credentials: "include" 121 + cache: "no-cache" 123 122 }) 124 123 125 124 event.respondWith(fetch(newRequest))