[tor-dev] Please merge these anti-fingerprinting bugfixes

2014-07-27 Thread faether
Can a TBB developer please push these very simple but important anti- fingerprinting prefs through: pref("full-screen-api.enabled", false); pref("browser.link.open_newwindow.restriction", 0); pref("dom.disable_window_move_resize", true); Fixing: https://trac.torproject.org/projects/tor/ticket/12

Re: [tor-dev] Chutney couldn't start Tor instances

2014-07-27 Thread Jesse Victors
Thanks Sukhbir, This was exactly it. I took me a few times, but I got it in the end. To make Chutney work: 1) Comment out the "TestingClientDownloadSchedule" line in torrc_templates/client.tmpl and in torrc_templates/client.tmpl 2) Comment out the "TestingV3AuthVotingStartOffset" line in torr

Re: [tor-dev] Email Bridge Distributor Interactive Commands

2014-07-27 Thread Matthew Finkel
On Sat, Jul 26, 2014 at 09:42:04PM -0700, Ken Keys wrote: > On 7/26/2014 1:54 AM, Matthew Finkel wrote: > > We also do try to discard fake requests, isis actually added another > > yesterday! > Could you elaborate on this? I don't understand what you mean my fake > requests but the incident sounds

Re: [tor-dev] [404] :-( Retrieving Hidden Service Public-Key ...

2014-07-27 Thread Gareth Owen
The request to the dirport definitely has to come via tor not via a simple request to the dirport over the net. Have a look in the HiddenService class here for an example: https://github.com/drgowen/tor-research-framework/blob/master/src/main/java/tor/HiddenService.java Its fairly easy to use th