We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$path
Maybe it's a bug. For example: this rule does not apply on https://example.com/?test
https://example.com/?test
[$path=/test/]example.com##body
In my private filter, there are several rules for which I have to use the $url modifier to make them work properly.
The text was updated successfully, but these errors were encountered:
@Michael1297
As for the $path modifier, it is not documented at the moment how it will work with query params in pattern.
You can check our Knowledge Base for more examples.
As an alternative, you might consider using the url modifier:
url
[$url=/test/]example.com##body
Sorry, something went wrong.
sfionov
No branches or pull requests
Maybe it's a bug. For example: this rule does not apply on
https://example.com/?test
In my private filter, there are several rules for which I have to use the $url modifier to make them work properly.
The text was updated successfully, but these errors were encountered: