From f03c6f113fd1de2e6f2c895b99c4d6802b8bfc54 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 15 Dec 2014 06:43:32 -0800 Subject: [PATCH] Updated How to whitelist a web site (markdown) --- How-to-whitelist-a-web-site.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/How-to-whitelist-a-web-site.md b/How-to-whitelist-a-web-site.md index 1595bf9..32fce42 100644 --- a/How-to-whitelist-a-web-site.md +++ b/How-to-whitelist-a-web-site.md @@ -18,9 +18,9 @@ Complex syntax occurs if and only if at least one `/` appears in a whitelist dir #### Plain hostname -- `example.com`: whitelist all pages from `example.com` or above (i.e. `www.example.com`). -- `www.example.org`: whitelist all pages from `www.example.org` or above (i.e. `forums.www.example.org`). -- `org`: whitelist all pages from TLD `org` (i.e. `example.org`). +- `example.com`: whitelist all pages from `example.com` or above (i.e. `example.com`, `www.example.com`). +- `www.example.org`: whitelist all pages from `www.example.org` or above (i.e. `www.example.org`, `forums.www.example.org`, but not `example.org`). +- `org`: whitelist all pages from TLD `org` (i.e. `example.org`, `wikipedia.org`). #### Single web page