From 8261cb6a7d27da43a09bd8e16d438165557db839 Mon Sep 17 00:00:00 2001 From: Patrick Hulce Date: Mon, 17 Aug 2020 15:11:08 -0500 Subject: [PATCH] fix: remove yandex share entity closes https://github.com/patrickhulce/third-party-web/issues/88 --- data/entities.js | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/data/entities.js b/data/entities.js index 11fe4ff..5ba55b1 100644 --- a/data/entities.js +++ b/data/entities.js @@ -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/', @@ -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', @@ -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',