mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Merge pull request #3176 from iffa/fix/tracker-omit-credentials
Omit credentials in tracker fetch request
This commit is contained in:
commit
628e1aa5eb
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@
|
|||
method: 'POST',
|
||||
body: JSON.stringify({ type, payload }),
|
||||
headers,
|
||||
credentials: 'omit',
|
||||
});
|
||||
|
||||
const data = await res.json();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue