Browse Source

default to block if no rule at all

pull/2/head
gorhill 9 years ago
parent
commit
0d92dd7e5b
  1. 2
      src/js/matrix.js

2
src/js/matrix.js

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

Loading…
Cancel
Save