Skip to content

Commit

Permalink
wip: update Zemanta cookie list
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Leroy authored and Mintoo200 committed Oct 21, 2024
1 parent 2c446d1 commit 9fadba8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export default class AmnetMarketingService implements MarketingService {
}
private addOutbrain() {
const config = {
// FIXME ajouter cookies issus de zemanta
cookies: ['OptanonAlertBoxClosed', 'OptanonConsent', '_ga', '_ga_41WGBLDQWL', '_ga_9F6YJJKMSZ', '_gid', 'obuid', 'zuid'],
cookies: ['sync', 'zpb', 'zpbid', 'zuid'], // from https://www.zemanta.com/cookies/
js: function () {
'use strict';
if (!window.tarteaucitron.user.xandrId) return;
Expand All @@ -41,7 +40,6 @@ export default class AmnetMarketingService implements MarketingService {
}
private addAdsrvr() {
const config = {
// FIXME ajouter cookies issus de adsrvr
cookies: ['TDCPM', 'TDID'],
js: function () {
'use strict';
Expand Down

0 comments on commit 9fadba8

Please sign in to comment.