Add cookies list to Get+

This commit is contained in:
Amauri CHAMPEAUX 2015-04-08 19:15:10 +02:00
parent 7d56dab259
commit d8d3559eb2
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ tarteaucitron.services.getplus = {
"name": "Get+",
"uri": "http://www.getplus.fr/Conditions-generales-de-vente_a226.html",
"needConsent": true,
"cookies": [],
"cookies": ['_first_pageview', '_jsuid', 'no_trackyy_' + tarteaucitron.user.getplusId, '_eventqueue'],
"js": function () {
"use strict";
if (tarteaucitron.user.getplusId === undefined) {