Browse Source
remove localhost `allow` rule from default ruleset
pull/2/head
Raymond Hill
7 years ago
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with
0 additions and
1 deletions
-
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); |
|
|
|