diff --git a/lib/load-watcher.js b/lib/load-watcher.js index aafcb205db5f06a5cf837cc1f559d783205751e7..16e97ce14bf5ede08d284735f2e500415411cc45 100644 --- a/lib/load-watcher.js +++ b/lib/load-watcher.js @@ -60,12 +60,21 @@ var storage = simpleStorage.storage; */ var undetectableTaintedDomains = { - 'passport.twitch.tv': true, - 'minigames.mail.ru': true, + 'direct.yandex.com': true, + 'direct.yandex.ru': true, + 'disk.yandex.com': true, + 'disk.yandex.ru': true, 'mail.yandex.com': true, 'mail.yandex.ru': true, - 'disk.yandex.com': true, - 'disk.yandex.ru': true + 'minigames.mail.ru': true, + 'news.yandex.ru': true, + 'news.yandex.ua': true, + 'passport.twitch.tv': true, + 'taxi.yandex.com': true, + 'taxi.yandex.ru': true, + 'ya.ru': true, + 'yandex.com': true, + 'yandex.ru': true }; /**