From 52139a9137bd5a00247ce2cafc899b1562cdd091 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 31 Dec 2017 11:29:16 -0500 Subject: [PATCH] remove localhost `allow` rule from default ruleset --- src/js/httpsb.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/httpsb.js b/src/js/httpsb.js index de6afc3..adff7fd 100644 --- a/src/js/httpsb.js +++ b/src/js/httpsb.js @@ -28,7 +28,6 @@ (function() { var µm = µMatrix; µm.pMatrix = new µm.Matrix(); - µm.pMatrix.setSwitch('matrix-off', 'localhost', 1); µm.pMatrix.setSwitch('matrix-off', 'about-scheme', 1); µm.pMatrix.setSwitch('matrix-off', 'chrome-extension-scheme', 1); µm.pMatrix.setSwitch('matrix-off', 'chrome-scheme', 1);