Revert "[HTML5] Fetch API now passes credentials."
(cherry picked from commit 63df46c238
)
This commit is contained in:
parent
fd21478f43
commit
6b4d7d20a4
@ -89,7 +89,6 @@ const GodotFetch = {
|
||||
method: method,
|
||||
headers: headers,
|
||||
body: body,
|
||||
credentials: 'include',
|
||||
};
|
||||
obj.request = fetch(url, init);
|
||||
obj.request.then(GodotFetch.onresponse.bind(null, id)).catch(GodotFetch.onerror.bind(null, id));
|
||||
|
Loading…
Reference in New Issue
Block a user