Skip to content

Commit

Permalink
jsDelivr only supports https (prebid#3608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiminpanchal27 authored Mar 5, 2019
1 parent 01e68e1 commit 9868bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/categoryTranslation.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { ajax } from '../src/ajax';
import { timestamp, logError, setDataInLocalStorage, getDataFromLocalStorage } from '../src/utils';
import { addBidResponse } from '../src/auction';

const DEFAULT_TRANSLATION_FILE_URL = '//cdn.jsdelivr.net/gh/prebid/category-mapping-file@1/freewheel-mapping.json';
const DEFAULT_TRANSLATION_FILE_URL = 'https://cdn.jsdelivr.net/gh/prebid/category-mapping-file@1/freewheel-mapping.json';
const DEFAULT_IAB_TO_FW_MAPPING_KEY = 'iabToFwMappingkey';
const DEFAULT_IAB_TO_FW_MAPPING_KEY_PUB = 'iabToFwMappingkeyPub';
const refreshInDays = 1;
Expand Down

0 comments on commit 9868bc3

Please sign in to comment.