Browse Source

remove localhost `allow` rule from default ruleset

pull/2/head
Raymond Hill 7 years ago
parent
commit
52139a9137
No known key found for this signature in database GPG Key ID: 25E1490B761470C2
  1. 1
      src/js/httpsb.js

1
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);

Loading…
Cancel
Save