default to block if no rule at all

pull/2/head
gorhill 9 years ago
parent 714c02232a
commit 0d92dd7e5b

@ -206,7 +206,7 @@ var extractFirstPartyDesDomain = function(srcHostname, desHostname) {
Matrix.prototype.reset = function() {
this.switches = {};
this.rules = {};
this.rootValue = Matrix.GreenIndirect;
this.rootValue = Matrix.RedIndirect;
this.modifiedTime = 0;
};

Loading…
Cancel
Save