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