Skip to content

Commit

Permalink
Add credentials and explicit options to CriteoIdSystem (#5822)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Duthil <[email protected]>
  • Loading branch information
Swiiip and Hugo Duthil authored Oct 7, 2020
1 parent c57bab7 commit ba1a35c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/criteoIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ function callCriteoUserSync(parsedCriteoData, gdprString) {
} else if (jsonResponse.bundle) {
saveOnAllStorages(bundleStorageKey, jsonResponse.bundle);
}
}
},
undefined,
{ method: 'GET', contentType: 'application/json', withCredentials: true }
);
}

Expand Down

0 comments on commit ba1a35c

Please sign in to comment.