mirror of https://github.com/gorhill/uBlock.git
Add more cases to static filtering checklist
This commit is contained in:
parent
3df978ffd5
commit
7c63f252d0
|
@ -20,8 +20,17 @@
|
|||
|
||||
! valid patterns
|
||||
a*
|
||||
|*
|
||||
||*
|
||||
*$xhr
|
||||
|*$xhr
|
||||
|$xhr
|
||||
||*$xhr
|
||||
||$xhr
|
||||
||*|$xhr
|
||||
|
||||
! valid hosts file entries
|
||||
:: ab
|
||||
:: AB
|
||||
:: ab # comment
|
||||
|
||||
! valid options
|
||||
$script,redirect=noop.js
|
||||
|
@ -47,6 +56,17 @@ a
|
|||
|
|
||||
||
|
||||
$
|
||||
*
|
||||
|*
|
||||
||*
|
||||
||*|
|
||||
|
||||
! bad hosts file entries
|
||||
:: a
|
||||
:: ab/
|
||||
:: ab/ # comment
|
||||
::/ ab
|
||||
:: ab$
|
||||
|
||||
! bad regex
|
||||
/(abc|def/$xhr
|
||||
|
|
Loading…
Reference in New Issue