Add a cookie for the Linkedin insigh service #1045

This commit is contained in:
Amauri CHAMPEAUX 2023-01-31 16:28:47 +01:00
parent fe82f8b2a1
commit aedf4f05ce
1 changed files with 1 additions and 1 deletions

View File

@ -4312,7 +4312,7 @@ tarteaucitron.services.linkedininsighttag = {
"name": "Linkedin Insight", "name": "Linkedin Insight",
"uri": "https://www.linkedin.com/legal/cookie_policy", "uri": "https://www.linkedin.com/legal/cookie_policy",
"needConsent": true, "needConsent": true,
"cookies": [], "cookies": ['li_fat_id'],
"js": function () { "js": function () {
"use strict"; "use strict";
if (tarteaucitron.user.linkedininsighttag !== undefined) { if (tarteaucitron.user.linkedininsighttag !== undefined) {