Firefox Nightly (For Android Users)
(Steps copied from developer Tyler Burton - Step 5)
In order to make Firefox [Nightly] connect via the SSH tunnel, you'll need to modify some settings. Once you are finished the browser will only work if the SSH tunnel is connected.
In the Firefox [Nightly] address bar type "about:config" with no quotes.
In the page that loads search and modify the following values (ignore all quotes):
(search for) "network.proxy.proxy_over_tls"
--> Change to true
(search for) "network.proxy.socks"
--> Change to "127.0.0.1"
(search for) "network.proxy.socks_port"
--> Change to the SSH Tunnel Local Port set above (7070)
(search for) "network.proxy.socks_remote_dns"
--> Change to true
(search for) "network.proxy.socks_version"
--> Change to 5
(search for) "network.proxy.type"
--> Change to 1 |