Fix #810
This commit is contained in:
parent
befa98d34e
commit
e06c2c1f20
|
|
@ -3706,7 +3706,7 @@ tarteaucitron.services.facebookpixel = {
|
||||||
"name": "Facebook Pixel",
|
"name": "Facebook Pixel",
|
||||||
"uri": "https://www.facebook.com/policy.php",
|
"uri": "https://www.facebook.com/policy.php",
|
||||||
"needConsent": true,
|
"needConsent": true,
|
||||||
"cookies": ['datr', 'fr', 'reg_ext_ref', 'reg_fb_gate', 'reg_fb_ref', 'sb', 'wd', 'x-src'],
|
"cookies": ['datr', 'fr', 'reg_ext_ref', 'reg_fb_gate', 'reg_fb_ref', 'sb', 'wd', 'x-src', '_fbq'],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
var n;
|
var n;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue