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.
I found yet another bug in Safari DNR implementation. Rules without
regexFilter
orurlFilter
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.