Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear why a filter matches only after adding || #438

Open
philipp-classen opened this issue Oct 2, 2024 · 0 comments
Open

Unclear why a filter matches only after adding || #438

philipp-classen opened this issue Oct 2, 2024 · 0 comments
Assignees

Comments

@philipp-classen
Copy link
Member

Context: #437

Given the following URL:

https://www.bing.com/maps/geotfe/comp/stl?v=9.26&og=2550&idx=524&oidjs=&features=ci

it is not obvious why this rules matches ...

||www.bing.com/maps/geotfe

... but this does not (without leading ||):

www.bing.com/maps/geotfe

In my understanding, both rules should match. I also did match after adding $1p or $3p to the rule (e.g. www.bing.com/maps/geotfe$3p).

Could be a misunderstanding of mine, but it could also be a bug in the matching logic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants