You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
! Test case 2: basic rule
||*/httpbin/anything/test-case-2.json$domain=testcases.agrd.*|pages.*
! Test case 7: basic rule with regex
||*/httpbin/anything/test-case-7.json$domain=/testcases/|/pages/
We can implement $domain=example.* using the old approach right away.
We may be able to implement regex matching if this one is implemented: w3c/webextensions#394