From 6e7528dcd04a64a43193be61eabdd7e74496eb5b Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Fri, 24 Jun 2022 12:24:56 +0200 Subject: [PATCH] Add antvoice #962 --- tarteaucitron.services.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 37321ba..eb51dac 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -32,6 +32,20 @@ tarteaucitron.services.iframe = { } }; +// antvoice +tarteaucitron.services.antvoice = { + "key": "antvoice", + "type": "ads", + "name": "antvoice", + "uri": "https://www.antvoice.com/fr/privacy-policy/", + "needConsent": true, + "cookies": ['antvoice'], + "js": function () { + "use strict"; + tarteaucitron.addScript('https://static.avads.net/avtag.min.js'); + } +}; + // plausible tarteaucitron.services.plausible = { "key": "plausible",