From a7329ef71d6a0b9340932b1fb0a3f5f5b2d1563f Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 5 Jun 2015 09:19:15 -0400 Subject: [PATCH] support importing uBlock ruleset syntax --- src/js/matrix.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/matrix.js b/src/js/matrix.js index 56673a0..730b7b9 100644 --- a/src/js/matrix.js +++ b/src/js/matrix.js @@ -78,6 +78,7 @@ var stateToNameMap = { var nameToStateMap = { 'block': 1, 'allow': 2, + 'noop': 2, 'inherit': 3 };