Closed cretz closed 6 years ago
Specifically the blocker rule /$file/analytics. breaks and thinks it's /. This is undoubtedly caused by my parser logic that assumes any dollar sign is the start of options and doesn't recognize the file option. The commit is at https://github.com/easylist/easylist/commit/1bcf25d782de073764bf122a8dffec785434d8cc. I am confirming that it is my parser that is breaking in https://github.com/easylist/easylist/issues/809.
/$file/analytics.
/
In the meantime, I am going to disregard any rules that have options I don't recognize.
Specifically the blocker rule
/$file/analytics.
breaks and thinks it's/
. This is undoubtedly caused by my parser logic that assumes any dollar sign is the start of options and doesn't recognize the file option. The commit is at https://github.com/easylist/easylist/commit/1bcf25d782de073764bf122a8dffec785434d8cc. I am confirming that it is my parser that is breaking in https://github.com/easylist/easylist/issues/809.