1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

Updated Static filter syntax (markdown)

Raymond Hill 2023-11-11 08:08:37 -05:00
parent 890cb6801c
commit cbc0d806c7

@ -226,10 +226,10 @@ So in uBO, any pattern that reads as a valid hostname will be assumed to be equi
example.com*
```
If the filter is a filename, it is best to add a `^` at one or both ends:
If the filter is a filename, it is best to prepend with a slash to ensure it's not parsed as a hostname:
```adb
^example.js^
/example.js
```
See also: [Narrowing options for network filters](./Filter-Performance#narrowing-options-for-network-filters)