Skip to content

Commit

Permalink
fix: remove yandex share entity
Browse files Browse the repository at this point in the history
closes #88
  • Loading branch information
patrickhulce committed Aug 17, 2020
1 parent 6ba4cbb commit 8261cb6
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,13 +399,6 @@ module.exports = [
domains: ['*.dealer.com'],
examples: ['static.dealer.com'],
},
{
name: 'Yandex Share',
company: 'Yandex',
homepage: 'https://yastatic.net/share2/share.js',
categories: ['social'],
domains: ['*.yastatic.net'],
},
{
name: 'PIXNET',
homepage: 'https://www.pixnet.net/',
Expand Down Expand Up @@ -733,7 +726,11 @@ module.exports = [
company: 'Yandex',
homepage: 'https://yandex.ru/',
categories: ['cdn'],
domains: ['*.yandex.st'],
domains: ['*.yandex.st', '*.yastatic.net'],
examples: [
'https://yastatic.net/share2/share.js',
'https://yastatic.net/jquery/2.1.4/jquery.min.js',
],
},
{
name: 'Integral Ad Science',
Expand Down Expand Up @@ -9173,10 +9170,12 @@ module.exports = [
domains: ['*.t-x.io', '*.tmcs.net'],
},
{
name: 'Tiktok',
name: 'TikTok',
company: 'ByteDance Ltd',
homepage: 'https://www.tiktok.com/en/',
categories: ['social'],
domains: ['analytics.tiktok.com'],
domains: ['*.tiktok.com', '*.ipstatp.com'],
examples: ['analytics.tiktok.com', 'https://s0.ipstatp.com/ad/business/track-log.js'],
},
{
name: 'Tidio Live Chat',
Expand Down

0 comments on commit 8261cb6

Please sign in to comment.