Skip to content

Commit

Permalink
fix(entities): add Didomi, Revlifter, Doofinder (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz authored Nov 30, 2023
1 parent 5cd5607 commit 98d746b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -12867,4 +12867,32 @@ module.exports = [
'*.geoedge.be',
],
},
{
name: 'Doofinder',
company: 'Doofinder',
homepage: 'https://www.doofinder.com/',
category: 'utility',
domains: [
'cdn.doofinder.com'
]
},
{
name: 'Revlifter',
company: 'Revlifter',
homepage: 'https://www.revlifter.com/',
category: 'utility',
domains: [
'assets.revlifter.com'
]
},
{
name: 'Didomi',
company: 'Didomi',
homepage: 'https://www.didomi.io/',
category: 'consent-provider',
domains: [
'sdk.privacy-center.org',
'api.privacy-center.org'
]
}
]

1 comment on commit 98d746b

@vercel
Copy link

@vercel vercel bot commented on 98d746b Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.