Skip to content

Commit b6c5644

Browse files
Michael Callarimkendall07
Michael Callari
authored andcommitted
Updating network call to use https. prebid#3580 (prebid#3581)
1 parent eb50bd9 commit b6c5644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/optimeraBidAdapter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { registerBidder } from 'src/adapters/bidderFactory';
22

33
const BIDDER_CODE = 'optimera';
4-
const SCORES_BASE_URL = 'http://dyv1bugovvq1g.cloudfront.net/';
4+
const SCORES_BASE_URL = 'https://dyv1bugovvq1g.cloudfront.net/';
55

66
export const spec = {
77
code: BIDDER_CODE,

0 commit comments

Comments
 (0)