Add mautic cookie
This commit is contained in:
parent
32141288bc
commit
b366a94721
|
|
@ -1000,7 +1000,7 @@ tarteaucitron.services.mautic = {
|
|||
"name": "Mautic",
|
||||
"uri": "https://www.mautic.org/privacy-policy/",
|
||||
"needConsent": true,
|
||||
"cookies": [],
|
||||
"cookies": ['mtc_id', 'mtc_sid'],
|
||||
"js": function () {
|
||||
"use strict";
|
||||
if (tarteaucitron.user.mauticurl === undefined) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue