Add a cookie for the Linkedin insigh service #1045
This commit is contained in:
parent
fe82f8b2a1
commit
aedf4f05ce
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue