Skip to content

Commit

Permalink
Merge pull request #3176 from iffa/fix/tracker-omit-credentials
Browse files Browse the repository at this point in the history
Omit credentials in tracker fetch request
  • Loading branch information
mikecao authored Jan 21, 2025
2 parents 090abcf + 5ed6227 commit 628e1aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tracker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
method: 'POST',
body: JSON.stringify({ type, payload }),
headers,
credentials: 'omit',
});

const data = await res.json();
Expand Down

0 comments on commit 628e1aa

Please sign in to comment.