We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411eda1 commit 6739718Copy full SHA for 6739718
1 file changed
docs/tests/static-filtering-parser-checklist.txt
@@ -34,10 +34,11 @@ a*
34
35
! valid hosts file entries
36
0.0.0.0 0.0.0.0.example.com
37
+0.0.0.0 localhost.example.com
38
0.0.0.0 local-host.example.com
39
0.0.0.0 local.com
40
0.0.0.0 localhost.com
-0.0.0.0 localhost.example.com
41
+0.0.0.0 local-host.com
42
43
! valid options
44
$script,redirect=noop.js
@@ -77,7 +78,6 @@ $
77
78
79
! ignored hosts file entries
80
0.0.0.0 0.0.0.0
-0.0.0.0 local-host
81
0.0.0.0 local
82
0.0.0.0 localhost
83
0 commit comments