From 1be140c2a8ff194a27187ad8b083e47076cdd91c Mon Sep 17 00:00:00 2001 From: Thomas Rientjes Date: Sat, 24 Nov 2018 02:19:33 +0100 Subject: [PATCH] Update temporary list of tainted domains --- core/interceptor.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/interceptor.js b/core/interceptor.js index a9c8b7a..d1e7e6a 100644 --- a/core/interceptor.js +++ b/core/interceptor.js @@ -58,7 +58,9 @@ interceptor.handleRequest = function (requestDetails, tabIdentifier, tab) { 'cellmapper.net': true, 'code.world': true, 'creativecommons.org': true, + 'docs.servicenow.com': true, 'dropbox.com': true, + 'echo-news.co.uk': true, 'epey.com': true, 'evoice.com': true, 'freebusy.io': true, @@ -72,6 +74,7 @@ interceptor.handleRequest = function (requestDetails, tabIdentifier, tab) { 'minigames.mail.ru': true, 'miniquadtestbench.com': true, 'nhm.ac.uk': true, + 'opavote.com': true, 'openweathermap.org': true, 'poedb.tw': true, 'qwertee.com': true, @@ -83,6 +86,7 @@ interceptor.handleRequest = function (requestDetails, tabIdentifier, tab) { 'securityheaders.io': true, 'somiibo.com': true, 'stefansundin.github.io': true, + 'timescale.com': true, 'transcend-info.com': true, 'udacity.com': true, 'yadi.sk': true, -- GitLab