1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Created Technical inaccuracies from around the web (markdown)

Raymond Hill 2015-10-05 13:36:55 -04:00
parent 49b26d3af1
commit c698a2b6b4

@ -0,0 +1,7 @@
There is so much of these... I will collect then here in the hope this will be used as reference for common misunderstanding.
###### [uBlock counts that many?](http://linustechtips.com/main/topic/461485-ublock-counts-that-many/)
> it would be blocking ads and cookies, so the longer you watch, the more ads and cookies there are
The real answer: the count in the uBlock Origin icon is the number of **blocked network requests** since the page was fully loaded last. These blocked network requests can be that of "ads" or anything else which is worth blocking as per selected filter lists. For details about the blocked network requests, use the [logger](https://github.com/gorhill/uBlock/wiki/The-logger). uBlock Origin does not block cookies directly, it blocks network requests. If a blocked network request has a `Set-Cookie` header, the cookie payload will be blocked indirectly as a consequence of blocking the network request.