From a7f8f36b87d0ca82c21c3743055c56588a72c021 Mon Sep 17 00:00:00 2001 From: "Baatz, Chadwick (ISS Southfield)" Date: Tue, 10 Nov 2020 06:29:29 -0500 Subject: [PATCH] Added flag to allow cross size access control requests using credentials --- src/core/fetch/ajax.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/fetch/ajax.js b/src/core/fetch/ajax.js index 319ab1a81..4c8ba6df6 100644 --- a/src/core/fetch/ajax.js +++ b/src/core/fetch/ajax.js @@ -30,6 +30,7 @@ export function get(url, hasBar = false, headers = {}) { } } + xhr.withCredentials = true; xhr.send(); return {