From 576ca7f62747e0a497a2fd8a8191a863de44d814 Mon Sep 17 00:00:00 2001 From: Thomas Rientjes <synzvato@protonmail.com> Date: Mon, 11 Sep 2017 13:40:55 -0400 Subject: [PATCH] Extend strict blocking policies to unknown file types --- core/state-manager.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/state-manager.js b/core/state-manager.js index 7839a93..dd9e6a5 100644 --- a/core/state-manager.js +++ b/core/state-manager.js @@ -117,7 +117,6 @@ stateManager._createTab = function (tab) { requestFilters = { 'tabId': tabIdentifier, - 'types': stateManager.validTypes, 'urls': stateManager.validHosts }; -- GitLab