1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 02:14:52 +12:00

support importing uBlock ruleset syntax

This commit is contained in:
gorhill 2015-06-05 09:19:15 -04:00
parent a1f8e9599e
commit a7329ef71d

View file

@ -78,6 +78,7 @@ var stateToNameMap = {
var nameToStateMap = {
'block': 1,
'allow': 2,
'noop': 2,
'inherit': 3
};