From 0f3f63bac2b1d3ff3b40166290acbad324f357a9 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Mon, 12 Dec 2022 17:51:55 +0100 Subject: [PATCH] Add Googlesignin fix #1019 --- tarteaucitron.services.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index c0ee825..2af9d9c 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -75,6 +75,21 @@ tarteaucitron.services.posthog = { } }; +// googlesignin +tarteaucitron.services.googlesignin = { + "key": "googlesignin", + "type": "other", + "name": "Google Signin", + "uri": "https://policies.google.com/technologies/cookies#types-of-cookies", + "needConsent": true, + "cookies": [], + "js": function () { + "use strict"; + + tarteaucitron.addScript('https://accounts.google.com/gsi/client'); + } +}; + // kwanko tarteaucitron.services.kwanko = { "key": "kwanko",