From c3f230f32d7ffb8c5c129c7486f01f46c8abde9b Mon Sep 17 00:00:00 2001 From: Thomas Rientjes <synzvato@protonmail.com> Date: Fri, 6 May 2016 00:43:23 +0200 Subject: [PATCH] Add undetectable tainted domains --- lib/load-watcher.js | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/lib/load-watcher.js b/lib/load-watcher.js index aafcb20..16e97ce 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 }; /** -- GitLab