Skip to content

Commit

Permalink
feat(entities) Added Domains to 'Usercentrics' and 'Webtrekk': (#196)
Browse files Browse the repository at this point in the history
* added EU-Domains '*.usercentrics.eu' and '*.services.usercentrics.eu'
* added '*.wt-safetag.com' to Webtrekk

Co-authored-by: Björn Stenersen <[email protected]>
  • Loading branch information
bstenersen and Björn Stenersen authored Oct 5, 2022
1 parent 0511453 commit b298145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -10266,7 +10266,7 @@ module.exports = [
{
name: 'Webtrekk',
category: 'analytics',
domains: ['*.wbtrk.net', '*.webtrekk-asia.net', '*.webtrekk.net', '*.wt-eu02.net'],
domains: ['*.wbtrk.net', '*.webtrekk-asia.net', '*.webtrekk.net', '*.wt-eu02.net', '*.wt-safetag.com'],
},
{
name: 'Webtrends',
Expand Down Expand Up @@ -12291,7 +12291,7 @@ module.exports = [
name: 'Usercentrics CMP',
homepage: 'https://usercentrics.com',
category: 'consent-provider',
domains: ['usercentrics.mgr.consensu.org', '*.usercentrics.mgr.consensu.org'],
domains: ['usercentrics.mgr.consensu.org', '*.usercentrics.mgr.consensu.org', '*.usercentrics.eu', '*.services.usercentrics.eu'],
},
{
name: 'WebAds CMP',
Expand Down

1 comment on commit b298145

@vercel
Copy link

@vercel vercel bot commented on b298145 Oct 5, 2022

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.