From eeb4bc827351387dd4020fffaf84999d2bf78597 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 30 Jul 2022 19:22:23 -0400 Subject: [PATCH] Add more bypasses Signed-off-by: Tommy --- content/knowledge/Badness Enumeration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/knowledge/Badness Enumeration.md b/content/knowledge/Badness Enumeration.md index 33087b5..e5505d8 100644 --- a/content/knowledge/Badness Enumeration.md +++ b/content/knowledge/Badness Enumeration.md @@ -23,7 +23,7 @@ Overall, adblockers weaken your security for dubios privacy benefits. You are be ## DNS Filtering -DNS filtering solutions. while not having any negative impact on security, are trivially bypassable by just hosting the advertisement and trackers under the apex domain instead of a subdomain. For example, instead of hosting advertisement and trackers under ads.example.com, the webmaster can move them to be under example.com/ads and it would be impossible for DNS filters to block. +DNS filtering solutions. while not having any negative impact on security, are trivially bypassable by just hosting the advertisement and trackers under the apex domain instead of a subdomain. For example, instead of hosting advertisement and trackers under ads.example.com, the webmaster can move them to be under example.com/ads and it would be impossible for DNS filters to block. Other bypasses include an application implementing its own DNS resolution instead of relying on DNS servers set by the operating system,or connecting directly to certain IP addresses without any DNS resolution at all. It should also be noted that websites can detect which DNS servers a visitor uses. You can look at [DNSLeakTest](https://www.dnsleaktest.com/) as an example. Using non-network provided DNS servers adds to the fingerprint and make you more identifiable.