Skip to content

Commit

Permalink
fix: separate Hello Bar and Crazy Egg
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored Oct 11, 2024
1 parent 712e5e8 commit 63aa4bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,13 @@ module.exports = [
name: 'Crazy Egg',
homepage: 'https://www.crazyegg.com/',
category: 'analytics',
domains: ['*.cetrk.com', '*.crazyegg.com', '*.hellobar.com', 'dnn506yrbagrg.cloudfront.net'],
domains: ['*.cetrk.com', '*.crazyegg.com', 'dnn506yrbagrg.cloudfront.net'],
},
{
name: 'Hello Bar',
homepage: 'https://www.hellobar.com/',
category: 'marketing',
domains: ['*.hellobar.com']
},
{
name: 'Yandex Ads',
Expand Down

0 comments on commit 63aa4bc

Please sign in to comment.