mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
http -> https in examples
parent
fe239d5b1b
commit
423ac5053a
1 changed files with 2 additions and 2 deletions
|
|
@ -46,11 +46,11 @@ If no `/` appears in a whitelist directive, and if the directive contains charac
|
|||
|
||||
#### Single web page
|
||||
|
||||
- `http://www.twitch.tv/letofski`: whitelist only this one page, i.e. when the URL in the address bar **matches exactly** `http://www.twitch.tv/letofski`.
|
||||
- `https://www.twitch.tv/letofski`: whitelist only this one page, i.e. when the URL in the address bar **matches exactly** `https://www.twitch.tv/letofski`.
|
||||
|
||||
#### Section of a web site
|
||||
|
||||
- `http://www.twitch.tv/letofski*`: whitelist this one page, and everything underneath, i.e. when the URL in the address bar **starts exactly** with `http://www.twitch.tv/letofski`.
|
||||
- `https://www.twitch.tv/letofski*`: whitelist this one page, and everything underneath, i.e. when the URL in the address bar **starts exactly** with `https://www.twitch.tv/letofski`.
|
||||
|
||||
#### Specific pattern
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue