More privacy with Pinterest
This commit is contained in:
parent
f24dbaafc7
commit
8ac6e34432
|
|
@ -705,7 +705,13 @@ tarteaucitron.services.pinterest = {
|
||||||
"cookies": [],
|
"cookies": [],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
tarteaucitron.fallback(['tacPinterest'], '');
|
||||||
tarteaucitron.addScript('//assets.pinterest.com/js/pinit.js');
|
tarteaucitron.addScript('//assets.pinterest.com/js/pinit.js');
|
||||||
|
},
|
||||||
|
"fallback": function () {
|
||||||
|
"use strict";
|
||||||
|
var id = 'pinterest';
|
||||||
|
tarteaucitron.fallback(['tacPinterest'], tarteaucitron.engage(id));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue