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