Skip to content

Commit

Permalink
Use credentials in requests in Aniview Bid Adapter (#12579)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-solodovnikov authored Dec 16, 2024
1 parent cb1dc74 commit 28b44c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aniviewBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const spec = {
method: 'POST',
url: endpoint,
bids: [bidRequest],
options: { withCredentials: false },
options: { withCredentials: true },
data: converter.toORTB({
bidderRequest,
bidRequests: [bidRequest],
Expand Down

0 comments on commit 28b44c9

Please sign in to comment.