From c81e9297a09ffcb768e8f22e4347f1b22d90fd7b Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 1 Jun 2015 12:28:34 -0400 Subject: [PATCH] Updated About the required permissions (markdown) --- About-the-required-permissions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/About-the-required-permissions.md b/About-the-required-permissions.md index 35de037..b459a64 100644 --- a/About-the-required-permissions.md +++ b/About-the-required-permissions.md @@ -37,6 +37,9 @@ This is necessary to be able to: - Disable _"Prefetch resources to load pages more quickly"_ - This will ensure no TCP connection is opened **at all** for blocked requests: **It's for your own protection privacy-wise.**[1] - For pages with lots for blocked requests, this will actually remove overhead from page load (if you did not have the setting already disabled). + - When uBlock blocks a network request, the expectation is that it blocks **completely** the connection, hence the new permission is necessary for uBlock to do **truthfully** what it says it does. + +uBlock's primary purpose is to block **network connections**, not just data transfer. Not blocking the connection while just blocking the data transfer would mean uBlock is lying to users. So this permission will stay, and sorry for those who do not understand that it actually allows uBlock to do its intended job more thoroughly. A blocker which does not thoroughly prevent connections is not a real blocker. ![c](https://cloud.githubusercontent.com/assets/585534/7914528/924b9314-0845-11e5-8012-f67e4b1814cd.png)