Skip to content

Commit

Permalink
Dgkeeword RTD: add content type to request (prebid#7550)
Browse files Browse the repository at this point in the history
* change to stop preflight.

* stop preflight
  • Loading branch information
mediaconsortium-develop authored and Chris Pabst committed Jan 10, 2022
1 parent 2395256 commit 14e6794
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/dgkeywordRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export function getDgKeywordsAndSet(reqBidsConfigObj, callback, moduleConfig, us
}
}, null, {
withCredentials: true,
contentType: 'application/json',
});
setTimeout(function () {
if (!isFinish) {
Expand Down

0 comments on commit 14e6794

Please sign in to comment.