From 625649d58ddea19bcf8a18d3c569657095e676d2 Mon Sep 17 00:00:00 2001 From: Jaimin Panchal Date: Mon, 4 Mar 2019 12:47:39 -0500 Subject: [PATCH] jsDelivr only supports https --- modules/categoryTranslation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/categoryTranslation.js b/modules/categoryTranslation.js index ee1b088e408..f4d0a281f57 100644 --- a/modules/categoryTranslation.js +++ b/modules/categoryTranslation.js @@ -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;