From b23c73496b81f88159913d01f03de52ff7c6d3fa Mon Sep 17 00:00:00 2001
From: q1800 <95879668+q1800@users.noreply.github.com>
Date: Tue, 1 Feb 2022 20:18:10 -0600
Subject: [PATCH] Updated more URLs
---
Permissions.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Permissions.md b/Permissions.md
index cba6888..9566a06 100644
--- a/Permissions.md
+++ b/Permissions.md
@@ -1,6 +1,6 @@
### uBlock's required (Chromium) permissions
-uBlock's required permissions are the same as those of [Privacy Badger](https://www.eff.org/privacybadger), except that Privacy Badger requires one extra permission, `cookies`. These are uBlock's required permissions:
+uBlock's required permissions are the same as those of [Privacy Badger](https://privacybadger.org/), except that Privacy Badger requires one extra permission, `cookies`. These are uBlock's required permissions:
"permissions": [
"contextMenus",
@@ -126,7 +126,7 @@ See code:
- [browser.privacy.network](https://github.com/gorhill/uBlock/commit/e65c2939757f09db646d277b82da8690aaf3adbc)
-[1] Merely opening a TCP connection leaks your IP address to the remote server -- this is incompatible with an extension whose primary purpose is to **completely** prevent connections to remove server, not just merely prevent the transfer of data. For instance, [see what can be found](https://www.browserleaks.com/whois) with a just that connection being established (IP, OS Fingerprinting, IP Address Location).
+[1] Merely opening a TCP connection leaks your IP address to the remote server -- this is incompatible with an extension whose primary purpose is to **completely** prevent connections to remove server, not just merely prevent the transfer of data. For instance, [see what can be found](https://browserleaks.com/ip) with a just that connection being established (IP, OS Fingerprinting, IP Address Location).
[2] In version 0.9.8.3, there will be [a setting to allow re-enabling prefetching](https://github.com/gorhill/uBlock/issues/274), default will still be to disable it though.
\ No newline at end of file