From e288d8195dd0eb7cb1b84087940673d7009854e5 Mon Sep 17 00:00:00 2001 From: Thomas Rientjes <synzvato@protonmail.com> Date: Sat, 5 Nov 2016 17:02:56 +0100 Subject: [PATCH] Update undetectable tainted domains --- lib/load-watcher.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/load-watcher.js b/lib/load-watcher.js index 4bc19c7..32ac75e 100644 --- a/lib/load-watcher.js +++ b/lib/load-watcher.js @@ -70,9 +70,12 @@ var undetectableTaintedDomains = { 'news.yandex.ru': true, 'news.yandex.ua': true, 'passport.twitch.tv': true, + 'passport.yandex.com': true, + 'passport.yandex.ru': true, 'taxi.yandex.com': true, 'taxi.yandex.ru': true, 'ya.ru': true, + 'yadi.sk': true, 'yandex.com': true, 'yandex.ru': true }; -- GitLab