From 3b44a0da323df90501a090cb9c1e279198f7e2b1 Mon Sep 17 00:00:00 2001 From: WaLLy3K Date: Thu, 11 May 2017 20:09:00 +1000 Subject: [PATCH] Provide error message if not found in any list --- advanced/blockingpage.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/advanced/blockingpage.css b/advanced/blockingpage.css index 1af96cda..cf379eea 100644 --- a/advanced/blockingpage.css +++ b/advanced/blockingpage.css @@ -18,7 +18,8 @@ #bpOutput.success:before { content: "Success"; } #bpOutput.success:after { content: "Website has been whitelisted! You may need to flush your DNS cache"; } -.recentwl:before { content: "This site appears to have been recently whitelisted. Please flush your DNS cache and/or restart your browser."; } +.recentwl:before { content: "This site has been whitelisted. Please flush your DNS cache and/or restart your browser."; } +.unknown:before { content: "This website is not found in any of Pi-hole's blacklists. The reason you have arrived here is unknown."; } .cname:before { content: "This site is an alias for "; } /* cname.com */ .cname:after { content: ", which may be blocked by Pi-hole."; }