1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00

remove localhost allow rule from default ruleset

This commit is contained in:
Raymond Hill 2017-12-31 11:29:16 -05:00
parent 6d85d53868
commit 52139a9137
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

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