Skip to content

Loading…

Domains Connected and Request blocked?? #1472

Open
tsunami2311 opened this Issue · 1 comment

2 participants

@tsunami2311

So both this + show the same exact thing or am i missing something?

I would think Request Blocked would show all the ads being blocked and Domains connected would show domains connected, but the both show the same thing.

@RoxKilly

When the browser fetches a page, say homepage.html, the page contains links to other resources that the browser needs to render the page. for example images, javascript files etc... Each of these links will cause the browser to make one request, unless a uBlock rules blocks the request or the browser uses a local cached copy of the file needed.

Several links could be on the same domain. so if a page at example.com needs two images at example.com/img_1.jpg and example.com/img_2.jpg, those requests are on the same domain. The browser will connect to the domain to make those two requests. Broadly stated, the domain corresponds to the host name in the URL. A domain is considered connected if the browser made one or more requests to that domain.

So "Domains connected" and "Requests blocked" are different. There are more requests than domains because each request has its domain, and many requests can have the same domain. The higher the number of "domains connected" the more exposed is your privacy. On the other hand, the higher the number of "requests blocked" the less exposed is your privacy. The attached log (taken from uBlock origin 0.9.9.1), from a visit to grc.com shows many requests (one per line), but only a few domains (grc.com, grctech.com and github.com).
1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.