You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And maybe different for different wifi connections.
As is implemented now user must manually change proxy settings
when switches between network providers.
Original issue reported on code.google.com by [email protected] on 30 Jul 2011 at 9:23
The text was updated successfully, but these errors were encountered:
Please make this optional. I'm regularly using ssh forwards to a remote proxy
when on a 3g connection and I guess I'm not alone.
One click on/off proxy option or a proxy on/off per url regexp would be nice
too.
There will be on/off setting
Menu->Settings->Proxy only on wifi
There are so many possible proxy configuration
that is hard to cover them with static logic.
I'm looking to use BeanShell like are used for example in webscarab.
https://www.owasp.org/index.php/Scripting_in_WebScarab
So advanced users can write custom logic how SandroB act on some predefined
events.
For example request/response intercept, is proxy active, ...
Also in consideration:
http://android-developers.blogspot.com/2011/07/custom-class-loading-in-dalvik.ht
ml
http://code.google.com/p/android-scripting/
Original issue reported on code.google.com by
[email protected]
on 30 Jul 2011 at 9:23The text was updated successfully, but these errors were encountered: