From 7045dc34537a8f119781acb8df88f4bd221982d0 Mon Sep 17 00:00:00 2001 From: Jeremy Hernandez Date: Thu, 31 May 2018 16:19:59 +0200 Subject: [PATCH] fix(AdyoulikeAdapter): set withCredentials option to true --- modules/adyoulikeBidAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/adyoulikeBidAdapter.js b/modules/adyoulikeBidAdapter.js index a61719fe495..b9f57115e21 100644 --- a/modules/adyoulikeBidAdapter.js +++ b/modules/adyoulikeBidAdapter.js @@ -55,7 +55,7 @@ export const spec = { const data = JSON.stringify(payload); const options = { - withCredentials: false + withCredentials: true }; return {