Add cookies list
This commit is contained in:
parent
ac9d24399b
commit
5ef24f3377
|
|
@ -10,7 +10,7 @@ var scripts = document.getElementsByTagName('script'),
|
||||||
tarteaucitronNoAdBlocker = false;
|
tarteaucitronNoAdBlocker = false;
|
||||||
|
|
||||||
var tarteaucitron = {
|
var tarteaucitron = {
|
||||||
"version": 312,
|
"version": 313,
|
||||||
"cdn": cdn,
|
"cdn": cdn,
|
||||||
"user": {},
|
"user": {},
|
||||||
"lang": {},
|
"lang": {},
|
||||||
|
|
|
||||||
|
|
@ -369,7 +369,7 @@ tarteaucitron.services.datingaffiliationpopup = {
|
||||||
"name": "Dating Affiliation (Pop Up)",
|
"name": "Dating Affiliation (Pop Up)",
|
||||||
"uri": "http://www.dating-affiliation.com/conditions-generales.php",
|
"uri": "http://www.dating-affiliation.com/conditions-generales.php",
|
||||||
"needConsent": true,
|
"needConsent": true,
|
||||||
"cookies": [],
|
"cookies": ['__utma', '__utmb', '__utmc', '__utmt_Tools', '__utmv', '__utmz', '_ga', '_gat', '_gat_UA-65072040-17', '__da-pu-xflirt-ID-pc-o169'],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
var uniqIds = [],
|
var uniqIds = [],
|
||||||
|
|
@ -921,7 +921,7 @@ tarteaucitron.services.prelinker = {
|
||||||
"name": "Prelinker",
|
"name": "Prelinker",
|
||||||
"uri": "http://www.prelinker.com/index/index/cgu/",
|
"uri": "http://www.prelinker.com/index/index/cgu/",
|
||||||
"needConsent": true,
|
"needConsent": true,
|
||||||
"cookies": [],
|
"cookies": ['_sp_id.32f5', '_sp_ses.32f5'],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
var uniqIds = [],
|
var uniqIds = [],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue