tumpio / requestcontrol

A Firefox extension
https://addons.mozilla.org/addon/requestcontrol
Mozilla Public License 2.0
173 stars 25 forks source link

Unclosed regex breaks all other rules #107

Closed anewuser closed 5 years ago

anewuser commented 5 years ago

Adding this invalid regex to the Excludes field of a rule makes all filters stop working:

/example.com\/

Request Control 1.13.3 Firefox 68.0.2

tumpio commented 5 years ago

Fixed in 1.14.0

Invalid regexp is treated now as a literal string, and other rules continue to work.