Skip to content

Commit

Permalink
fix(entities): add missing Osano domains (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchadwick authored Feb 6, 2025
1 parent 9e631b6 commit 0fd2442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -12259,7 +12259,7 @@ module.exports = [
name: 'Osano CMP',
homepage: 'https://www.osano.com',
category: 'consent-provider',
domains: ['osano.mgr.consensu.org', '*.osano.mgr.consensu.org'],
domains: ['osano.mgr.consensu.org', '*.osano.mgr.consensu.org', 'cmp.osano.com', '*.api.osano.com'],
},
{
name: 'Playwire CMP',
Expand Down

0 comments on commit 0fd2442

Please sign in to comment.