Skip to content

Commit

Permalink
fix(AdyoulikeAdapter): set withCredentials option to true (prebid#2661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Hernandez authored and StefanWallin committed Sep 28, 2018
1 parent 9a79b31 commit 6b0e1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adyoulikeBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const spec = {

const data = JSON.stringify(payload);
const options = {
withCredentials: false
withCredentials: true
};

return {
Expand Down

0 comments on commit 6b0e1f5

Please sign in to comment.