From 423ac5053af656613c08cbc6cfee994dce515472 Mon Sep 17 00:00:00 2001 From: gwarser Date: Tue, 28 Apr 2020 20:21:07 +0200 Subject: [PATCH] http -> https in examples --- How-to-whitelist-a-web-site.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-whitelist-a-web-site.md b/How-to-whitelist-a-web-site.md index 3d51457..620c3af 100644 --- a/How-to-whitelist-a-web-site.md +++ b/How-to-whitelist-a-web-site.md @@ -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