The "add a rule" UI is able to detect whether a rule already exists for a given URL pattern and to load the current config. However, it does not handle the case of rules shadowing another one like:
*.wikipedia.org VS http://en.wikipedia.org/* VS https://en.wikipedia.org/wiki/* etc
The "add a rule" UI is able to detect whether a rule already exists for a given URL pattern and to load the current config. However, it does not handle the case of rules shadowing another one like:
*.wikipedia.org
VShttp://en.wikipedia.org/*
VShttps://en.wikipedia.org/wiki/*
etc