Skip to content

Commit

Permalink
fix(entities): updated UniConsent and Pubperf (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedou committed Feb 24, 2024
1 parent f57723c commit d984ff3
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -12366,9 +12366,14 @@ module.exports = [
},
{
name: 'UniConsent CMP',
homepage: 'https://uniconsent.com',
homepage: 'https://www.uniconsent.com',
category: 'consent-provider',
domains: ['uniconsent.mgr.consensu.org', '*.uniconsent.mgr.consensu.org'],
domains: [
'uniconsent.mgr.consensu.org',
'*.uniconsent.mgr.consensu.org',
'cmp.uniconsent.com',
'*.uniconsent.com'
],
},
{
name: 'TrustArc CMP',
Expand Down Expand Up @@ -12894,5 +12899,14 @@ module.exports = [
'sdk.privacy-center.org',
'api.privacy-center.org'
]
},
{
name: 'Pubperf Analytics',
company: 'Pubperf',
homepage: 'https://www.pubperf.com/',
category: 'analytics',
domains: [
'*.pubperf.com',
]
}
]

0 comments on commit d984ff3

Please sign in to comment.