Lusito / forget-me-not

Make the browser forget website data, except for the data you want to keep.
zlib License
226 stars 25 forks source link

Fix Issue #79 rules to regular expressions: fix domain dots matching any character and fix treating the end of a rule as regex asterisk #80

Closed david-caroli closed 6 years ago

david-caroli commented 6 years ago

Fix Issue #79
"Invalid rule matching. (Matching end of string and escaping special characters especially the dot.)"

david-caroli commented 6 years ago

This commit by itself accidentally changes that the default suggested rule in Forget Me Not will no longer match the address without sub-domain.
Ex.: rule *.domain.tld doesn't match address domain.tld anymore.

Will follow up with a corrected pull request shortly.