Add cookies list to Get+
This commit is contained in:
parent
7d56dab259
commit
d8d3559eb2
|
|
@ -456,7 +456,7 @@ tarteaucitron.services.getplus = {
|
||||||
"name": "Get+",
|
"name": "Get+",
|
||||||
"uri": "http://www.getplus.fr/Conditions-generales-de-vente_a226.html",
|
"uri": "http://www.getplus.fr/Conditions-generales-de-vente_a226.html",
|
||||||
"needConsent": true,
|
"needConsent": true,
|
||||||
"cookies": [],
|
"cookies": ['_first_pageview', '_jsuid', 'no_trackyy_' + tarteaucitron.user.getplusId, '_eventqueue'],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
if (tarteaucitron.user.getplusId === undefined) {
|
if (tarteaucitron.user.getplusId === undefined) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue