Skip to content

Commit

Permalink
update regex variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnellbaker committed Jul 24, 2019
1 parent e04275d commit 4057c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/appnexusBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const SOURCE = 'pbjs';
const MAX_IMPS_PER_REQUEST = 15;
const mappingFileUrl = '//acdn.adnxs.com/prebid/appnexus-mapping/mappings.json';
const SCRIPT_TAG_START = '<script';
const VIEWABILITY_URL_START = 'http://cdn.adnxs.com/v';
const VIEWABILITY_URL_START = 'http:\/\/cdn\.adnxs\.com\/v';
const VIEWABILITY_FILE_NAME = 'trk.js';

export const spec = {
Expand Down

0 comments on commit 4057c13

Please sign in to comment.