Skip to content

Commit

Permalink
Grid bid adapter : do not send topics along requests to the backend (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardlabat committed Jan 29, 2024
1 parent 1c0f80f commit ba42d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gridBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ export const spec = {
},

ajaxCall: function(url, cb, data, options) {
options.browsingTopics = false;
return ajax(url, cb, data, options);
},

Expand Down

0 comments on commit ba42d90

Please sign in to comment.