Skip to content

Commit

Permalink
fix: separate Hello Bar and Crazy Egg (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored Oct 14, 2024
1 parent 712e5e8 commit 6448f00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion lib/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ Array [
"undefined - https://cloud.roistat.com/static/marketplace/Viber/script.js",
"ShareThis - https://count-server.sharethis.com/v2.0/get_counts",
"undefined - https://m.fg8dgt.com/ul_cb/sync",
"Crazy Egg - https://my.hellobar.com/scripts.hellobar.comad1844ba7b83c9bf3f0241424beb70be4c4252f1.js",
"Hello Bar - https://my.hellobar.com/scripts.hellobar.comad1844ba7b83c9bf3f0241424beb70be4c4252f1.js",
"PrintFriendly - https://cdn.printfriendly.com/rails-public-legacy/images/pf-icon.gif",
"undefined - wss://visitors.live/socket.io/",
"undefined - wss://in.visitors.live/socket.io/",
Expand Down

0 comments on commit 6448f00

Please sign in to comment.