Skip to content

Commit 9868bc3

Browse files
jsDelivr only supports https (prebid#3608)
1 parent 01e68e1 commit 9868bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/categoryTranslation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { ajax } from '../src/ajax';
1717
import { timestamp, logError, setDataInLocalStorage, getDataFromLocalStorage } from '../src/utils';
1818
import { addBidResponse } from '../src/auction';
1919

20-
const DEFAULT_TRANSLATION_FILE_URL = '//cdn.jsdelivr.net/gh/prebid/category-mapping-file@1/freewheel-mapping.json';
20+
const DEFAULT_TRANSLATION_FILE_URL = 'https://cdn.jsdelivr.net/gh/prebid/category-mapping-file@1/freewheel-mapping.json';
2121
const DEFAULT_IAB_TO_FW_MAPPING_KEY = 'iabToFwMappingkey';
2222
const DEFAULT_IAB_TO_FW_MAPPING_KEY_PUB = 'iabToFwMappingkeyPub';
2323
const refreshInDays = 1;

0 commit comments

Comments
 (0)