Skip to content

Commit

Permalink
Updating network call to use https. prebid#3580 (prebid#3581)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Callari authored and mkendall07 committed Feb 26, 2019
1 parent eb50bd9 commit b6c5644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/optimeraBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { registerBidder } from 'src/adapters/bidderFactory';

const BIDDER_CODE = 'optimera';
const SCORES_BASE_URL = 'http://dyv1bugovvq1g.cloudfront.net/';
const SCORES_BASE_URL = 'https://dyv1bugovvq1g.cloudfront.net/';

export const spec = {
code: BIDDER_CODE,
Expand Down

0 comments on commit b6c5644

Please sign in to comment.