Re: [tor-dev] Tor Browser IsolateSOCKSAuth behavior questions.

2015-06-01 Thread Yawning Angel
On Mon, 01 Jun 2015 07:43:50 + Georg Koppen wrote: > > My question is, what causes Tor Browser to set the SOCKS username to > > "--unknown--" and what the behavior should be in that case if: > > Ideally, "--unknown--" would only be used for requests originating > from privileged browser code

Re: [tor-dev] Tor Browser IsolateSOCKSAuth behavior questions.

2015-06-01 Thread Georg Koppen
Yawning Angel: [snip] > My question is, what causes Tor Browser to set the SOCKS username to > "--unknown--" and what the behavior should be in that case if: Ideally, "--unknown--" would only be used for requests originating from privileged browser code and not belonging to a website/resource a

[tor-dev] Tor Browser IsolateSOCKSAuth behavior questions.

2015-05-31 Thread Yawning Angel
Hello, I've been working on a dumb hack that lets me do things like this: https://imgur.com/3mah244 (Yes, that's a single Tor Browser instance, separate windows used for illustrative purposes.) It's still very raw and doesn't do everything I want it to do, so I'm not really releasing the code yet