From d633c125ec508dde8778a548ddf569da041262e5 Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Sun, 23 Apr 2017 19:35:14 -0400 Subject: [PATCH] Fix firefox .onion error --- Troubleshooting.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Troubleshooting.md diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..40ca4e1 --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,23 @@ +**Firefox Release 45.0 March 8, 2016:** + +Introduce a new preference (network.dns.blockDotOnion) to allow blocking .onion at the DNS level. + +The new "feature" is _enabled_ by default to block .onion addresses. + +**Browser Error:** + +"Server not found" "Firefox can’t find the server at abcxyz.onion" and "problems loading page" + +**The Fix:** + +`about:config` + +Search blockDotOnion + +**Change from:** + +`network.dns.blockDotOnion user bolean true` + +**Change to:** + +`network.dns.blockDotOnion user boolean false` \ No newline at end of file