mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Omit credentials in fetch request
This commit is contained in:
parent
bce70c1034
commit
5ed622760c
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@
|
|||
method: 'POST',
|
||||
body: JSON.stringify({ type, payload }),
|
||||
headers,
|
||||
credentials: 'omit',
|
||||
});
|
||||
const text = await res.text();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue