Skip to content

Commit a7f8f36

Browse files
author
Baatz, Chadwick (ISS Southfield)
committed
Added flag to allow cross size access control requests using credentials
1 parent a2ebb21 commit a7f8f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/fetch/ajax.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export function get(url, hasBar = false, headers = {}) {
3030
}
3131
}
3232

33+
xhr.withCredentials = true;
3334
xhr.send();
3435

3536
return {

0 commit comments

Comments
 (0)