|
@@ -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
|
|
// kwanko
|
|
tarteaucitron.services.kwanko = {
|
|
tarteaucitron.services.kwanko = {
|
|
"key": "kwanko",
|
|
"key": "kwanko",
|