Merge pull request #3176 from iffa/fix/tracker-omit-credentials

Omit credentials in tracker fetch request
This commit is contained in:
Mike Cao 2025-01-21 13:04:32 -08:00 committed by GitHub
commit 628e1aa5eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -197,6 +197,7 @@
method: 'POST',
body: JSON.stringify({ type, payload }),
headers,
credentials: 'omit',
});
const data = await res.json();