From 85d74429fa518c0ff4fd95c3da052f8255a7ae96 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 25 Feb 2020 11:44:24 -0500 Subject: [PATCH] Updated Permissions (markdown) --- Permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Permissions.md b/Permissions.md index 2b829ad..4100dc7 100644 --- a/Permissions.md +++ b/Permissions.md @@ -80,7 +80,7 @@ This warning is triggered by the `dns` permission, which allows to use the [`bro Note that even without this permission, uBO has the ability to see IP address and hostname information, through the [`browser.webRequest API`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest) which uBO already requires. -**Important:** the statement "IP address" refers to the IP address of the servers to which your browser connects, **NOT** your specific IP address. uBO has **no access to** (and no need to know) **your specific IP address**. +**Important:** the statement "IP address" refers to the IP address of the servers to which your browser connects, **NOT** your specific IP address. uBO has **no access to** (and no need to know) **your specific IP address**. There is an [open Firefox issue](https://bugzilla.mozilla.org/show_bug.cgi?id=1617861) regarding the confusing wording of the permission. ---