cretz / doogie

A Chromium-based web browser with tree-style pages
https://cretz.github.io/doogie
MIT License
279 stars 28 forks source link

Dollar Sign in URL Breaking Blocker Rule #64

Closed cretz closed 6 years ago

cretz commented 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.

cretz commented 6 years ago

In the meantime, I am going to disregard any rules that have options I don't recognize.