Fix firefox .onion error

Rupert Edwards 2017-04-23 19:35:14 -04:00
parent 7aa35e92ce
commit d633c125ec

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 cant 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`