We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e68e1 commit 9868bc3Copy full SHA for 9868bc3
modules/categoryTranslation.js
@@ -17,7 +17,7 @@ import { ajax } from '../src/ajax';
17
import { timestamp, logError, setDataInLocalStorage, getDataFromLocalStorage } from '../src/utils';
18
import { addBidResponse } from '../src/auction';
19
20
-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';
21
const DEFAULT_IAB_TO_FW_MAPPING_KEY = 'iabToFwMappingkey';
22
const DEFAULT_IAB_TO_FW_MAPPING_KEY_PUB = 'iabToFwMappingkeyPub';
23
const refreshInDays = 1;
0 commit comments