Load GTM with HTTPS

This commit is contained in:
Pierre Rudloff 2020-03-23 18:18:03 +01:00
parent 6726dd2e8a
commit 14af0a48a6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
};