From 4396c1c9f0871bb66717dac0d1fc290688378aa1 Mon Sep 17 00:00:00 2001 From: Thomas Rientjes <synzvato@protonmail.com> Date: Sat, 7 May 2016 06:29:20 +0200 Subject: [PATCH] Correct undetectable tainted domains --- lib/load-watcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/load-watcher.js b/lib/load-watcher.js index da33a07..9d8e785 100644 --- a/lib/load-watcher.js +++ b/lib/load-watcher.js @@ -60,7 +60,7 @@ var storage = simpleStorage.storage; */ var undetectableTaintedDomains = { - 'api-maps.yandex.ru', true, + 'api-maps.yandex.ru': true, 'direct.yandex.com': true, 'direct.yandex.ru': true, 'disk.yandex.com': true, -- GitLab