Merge pull request #3176 from iffa/fix/tracker-omit-credentials
Omit credentials in tracker fetch request
This commit is contained in:
@@ -197,6 +197,7 @@
|
|||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: JSON.stringify({ type, payload }),
|
body: JSON.stringify({ type, payload }),
|
||||||
headers,
|
headers,
|
||||||
|
credentials: 'omit',
|
||||||
});
|
});
|
||||||
|
|
||||||
const data = await res.json();
|
const data = await res.json();
|
||||||
|
|||||||
Reference in New Issue
Block a user