From e7fb75a9948b9312cd562e52c65667c3245727c2 Mon Sep 17 00:00:00 2001 From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:11:07 +0000 Subject: [PATCH] Reworded "Plain hostname": matches the domain and all subdomains. --- How-to-mark-a-web-site-as-trusted.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/How-to-mark-a-web-site-as-trusted.md b/How-to-mark-a-web-site-as-trusted.md index 3e98a3b..4d019ad 100644 --- a/How-to-mark-a-web-site-as-trusted.md +++ b/How-to-mark-a-web-site-as-trusted.md @@ -41,11 +41,12 @@ A comment is a line prefixed with `#`. Comments are ignored by uBO. If no `/` appears in a trusted site directive, and if the directive contains characters which are not allowed for a plain hostname, then the trusted site directive will be commented out and ignored by uBO. This allows you to fix your directive. -#### Plain hostname +#### Plain hostname -- `example.com`: matches on all pages from `example.com` or above (i.e. `example.com`, `www.example.com`). -- `www.example.org`: matches on all pages from `www.example.org` or above (i.e. `www.example.org`, `forums.www.example.org`, but not `example.org`). -- `org`: matches on all pages from TLD `org` (i.e. `example.org`, `wikipedia.org`). +Matches the domain and all subdomains: +- `example.org`: (i.e. `example.org`, `www.example.org`, `forums.www.example.org`). +- `www.example.org`: (i.e. `www.example.org`, `forums.www.example.org`, but not `example.org`). +- `org`: (i.e. `example.org`, `wikipedia.org`, `www.wikipedia.org`). #### Single web page