Skip to content

Commit

Permalink
Merge pull request #2 from anand-venkatraman/HTTPS-Fix
Browse files Browse the repository at this point in the history
Pulsepoint: Fixing endpoint names
  • Loading branch information
anand-venkatraman committed Mar 4, 2016
2 parents b8de2b6 + f4602c4 commit 6ee979e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adapters/pulsepoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ var adloader = require('../adloader.js');

var PulsePointAdapter = function PulsePointAdapter() {

var getJsStaticUrl = 'http://tag.contextweb.com/getjs.static.js';
var bidUrl = 'http://tag.contextweb.com/bid';
var getJsStaticUrl = window.location.protocol + '//tag.contextweb.com/getjs.static.js';
var bidUrl = window.location.protocol + '//bid.contextweb.com/header/tag';

function _callBids(params) {
if (typeof window.pp === 'undefined') {
Expand Down

0 comments on commit 6ee979e

Please sign in to comment.