Closed medains closed 3 years ago
Looks like rules order is based on filename order. I had to rename deny-any-google-analytics.json to 001-deny-any-google-analytics.json for it to take presedence over allow-simple-usrlibfirefox-developer-editionfirefox.json
Hi!
With latest version you can prioritize rules as follow:
Please, close the issue if it works :)
Each connection will be filtered by one rule - the first match - it seems that the order of rules is based off the name of the rule.
So for example, if I had the following rules
If the port 80 rule had a name that sorted earlier than the blocking rule, then it would still permit http requests to the domain.
I can't be sure whether its the rule name or the filename of the rule that controls that ordering.