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
Deprecate old HTML filtering syntax, and suggest the modern approach. For example
tag-content
contains
example.com$$script[tag-content="foo"]
example.com$$script:contains(foo)
wildcard
example.com$$script[wildcard="*banner*text*"]
example.com$$script:contains(/banner.*text/)
Suggested rule name: no-legacy-html-filtering-syntax
no-legacy-html-filtering-syntax
#13 (comment)
The text was updated successfully, but these errors were encountered:
maximtop
No branches or pull requests
Deprecate old HTML filtering syntax, and suggest the modern approach. For example
tag-content
should be replaced bycontains
:wildcard
should be replaced bycontains
, and glob pattern should be replaced by regular expression:Suggested rule name:
no-legacy-html-filtering-syntax
#13 (comment)
The text was updated successfully, but these errors were encountered: