Skip to content

Commit 097ff2e

Browse files
MatanArbelMatanArbel
authored andcommitted
Enable credentials for AJAX requests in startioSystem module
To allow 3rd party cookies
1 parent c1d57c2 commit 097ff2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/startioSystem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function fetchIdFromServer(callback, expiresInDays, consentData) {
8080
callback();
8181
}
8282
};
83-
ajax(url, callbacks, undefined, { method: 'GET' });
83+
ajax(url, callbacks, undefined, { method: 'GET', withCredentials: true });
8484
}
8585

8686
export const startioIdSubmodule = {

0 commit comments

Comments
 (0)