Ver Fonte

Switch Adsense url to https protocol

Hello,
Adsense protocol should be switch to Https.
Merci,
Eric
eldk há 8 anos atrás
pai
commit
05e9d3609b
1 ficheiros alterados com 1 adições e 1 exclusões
  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";