From 14af0a48a604d1ce8dd4a32f688ea0292438c2cd Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 23 Mar 2020 18:18:03 +0100 Subject: [PATCH] Load GTM with HTTPS --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index cd509a9..493f9a1 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -1368,7 +1368,7 @@ tarteaucitron.services.googletagmanager = { 'gtm.start': new Date().getTime(), event: 'gtm.js' }); - tarteaucitron.addScript('//www.googletagmanager.com/gtm.js?id=' + tarteaucitron.user.googletagmanagerId); + tarteaucitron.addScript('https://www.googletagmanager.com/gtm.js?id=' + tarteaucitron.user.googletagmanagerId); } };