Add antvoice #962
This commit is contained in:
parent
3fc1c4ffa0
commit
6e7528dcd0
|
|
@ -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
|
// plausible
|
||||||
tarteaucitron.services.plausible = {
|
tarteaucitron.services.plausible = {
|
||||||
"key": "plausible",
|
"key": "plausible",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue