Add Googlesignin fix #1019

This commit is contained in:
Amauri CHAMPEAUX 2022-12-12 17:51:55 +01:00
parent 10a2fe1626
commit 0f3f63bac2
1 changed files with 15 additions and 0 deletions

View File

@ -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",