|
@@ -31,6 +31,22 @@ tarteaucitron.services.iframe = {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
+
|
|
|
+// elfsight
|
|
|
+tarteaucitron.services.elfsight = {
|
|
|
+ "key": "elfsight",
|
|
|
+ "type": "support",
|
|
|
+ "name": "Elfsight",
|
|
|
+ "uri": "https://elfsight.com/privacy-policy/",
|
|
|
+ "needConsent": true,
|
|
|
+ "cookies": ['__cfduid', '_p_hfp_client_id', 'session_id'],
|
|
|
+ "js": function () {
|
|
|
+ "use strict";
|
|
|
+
|
|
|
+ tarteaucitron.addScript('https://apps.elfsight.com/p/platform.js');
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
// sharpspring
|
|
|
tarteaucitron.services.sharpspring = {
|
|
|
"key": "sharpspring",
|