From 05e9d3609b2d055be3b2d4908dcdd6b975bf33d9 Mon Sep 17 00:00:00 2001 From: eldk Date: Wed, 1 Mar 2017 17:29:27 +0100 Subject: [PATCH] Switch Adsense url to https protocol Hello, Adsense protocol should be switch to Https. Merci, Eric --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 03bdfb5..45defd9 100644 --- a/tarteaucitron.services.js +++ b/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";