duckduckgo / mv3-compat-tests

MIT License
6 stars 1 forks source link

Add test for rule without filters #2

Closed smalluban closed 1 year ago

smalluban commented 1 year ago

I found yet another bug in Safari DNR implementation. Rules without regexFilter or urlFilter are ignored in dynamic rules, and what's worse - they break switching on/off static rules.

Here you have added a test for it. I have checked, and on Chrome 112 all tests still pass, but on Safari 16.4 and Safari TP 167 added test fails.

sammacbeth commented 1 year ago

Thanks for this - I was able to reproduce this issue in both Safari 16.4 and Technology Preview.