Browse Source

Switch Adsense url to https protocol

Hello,
Adsense protocol should be switch to Https.
Merci,
Eric
eldk 9 năm trước cách đây
mục cha
commit
05e9d3609b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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";