Skip to content

Commit

Permalink
enable withCredentials on unifiedId ajax call (prebid#4090)
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-daole-ttd authored and sa1omon committed Nov 28, 2019
1 parent 28f952c commit 20d0b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/userId/unifiedIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const unifiedIdSubmodule = {
}
}
callback(responseObj);
}, undefined, { method: 'GET' });
}, undefined, { method: 'GET', withCredentials: true });
}
}
};

0 comments on commit 20d0b09

Please sign in to comment.