Fix firefox .onion error
parent
7aa35e92ce
commit
d633c125ec
1 changed files with 23 additions and 0 deletions
23
Troubleshooting.md
Normal file
23
Troubleshooting.md
Normal file
|
@ -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`
|
Loading…
Reference in a new issue