mirror of
https://github.com/gfwlist/gfwlist.git
synced 2026-08-29 04:00:11 +00:00
Add | explanation
+17
-1
@@ -1 +1,17 @@
|
||||
GFWList syntax originated from [ABP filters](https://adblockplus.org/filters).
|
||||
GFWList syntax originated from [ABP filters](https://adblockplus.org/filters).
|
||||
|
||||
* `|`: Stands for matching from beginning (In [URI](http://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml), it's **scheme**): e.g.`http://example.com` will match:
|
||||
|
||||
`http://example.com`
|
||||
`http://example.com/page`
|
||||
`http://example.com.co`
|
||||
|
||||
It will **NOT** match:
|
||||
|
||||
`http://ns.example.com`
|
||||
`https://example.com/page`
|
||||
`https://example.com`
|
||||
`https://ns.example.com`
|
||||
`https://example.com.co`
|
||||
|
||||
***
|
||||
|
||||
Reference in New Issue
Block a user