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