Skip to content

Commit

Permalink
Switch OpenX Video to secure url
Browse files Browse the repository at this point in the history
  • Loading branch information
ehoch committed Jan 27, 2018
1 parent 004abe2 commit 96b45e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ function buildOXRequest(bids, oxParams, delDomain) {

function buildOXVideoRequest(bids) {
return bids.map(function(bid) {
let url = 'http://' + bid.params.delDomain + '/v/1.0/avjp';
let url = '//' + bid.params.delDomain + '/v/1.0/avjp';
let oxVideoParams = generateVideoParameters(bid);
return {
method: 'GET',
Expand Down

0 comments on commit 96b45e3

Please sign in to comment.