Skip to content

Commit cbbd46d

Browse files
authored
Enable credentials in StartIO bid adapter requests (#6)
1 parent 14df835 commit cbbd46d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/startioBidAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const spec = {
127127
url: ENDPOINT_URL,
128128
options: {
129129
contentType: 'text/plain',
130-
withCredentials: false,
130+
withCredentials: true,
131131
crossOrigin: true
132132
},
133133
data: data,

0 commit comments

Comments
 (0)