소스 검색

Switch Adsense url to https protocol

Hello,
Adsense protocol should be switch to Https.
Merci,
Eric
eldk 8 년 전
부모
커밋
05e9d3609b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tarteaucitron.services.js

+ 1 - 1
tarteaucitron.services.js

@@ -664,7 +664,7 @@ tarteaucitron.services.adsense = {
     "cookies": [],
     "js": function () {
         "use strict";
-        tarteaucitron.addScript('//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js');
+        tarteaucitron.addScript('https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js');
     },
     "fallback": function () {
         "use strict";