-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for proxying. #16
Comments
What type of file should it be? |
@zdroid We just need the proxying to work and the proxy address should be modifiable. |
Ok. ;) |
@zdroid Can you help with this task? If so, I'll assign it to you. |
I can, but need some research. My idea:
|
@zdroid Look into FoxyProxy as sample code for Firefox plugins and the file API should work. The final solution is that the extension should be able to switch the proxy address. |
I didn't see an option to look at the source code of FoxyProxy. |
@juzerali download the xpi and unzip it. |
Did the original question ask to provide a configuration for changing the ip address of the server which will act as a proxy? It seems FoxyProxy doesn't read configuration from a file (from their UI). It provides a UI for entering the configuration and persists them using the persistence mechanism provided by the browser's extension API. |
Ok, then use inputs. File input was my idea. :O 2013/12/30 Juzer Ali [email protected]
Zlatan Vasović - ZDroid |
What type will the proxy server be? http/https/socks5/socks4? Or some of them? ps. which browser is this issue related to? chrome or firefox? |
First priority would be an http proxy. This is already functioning. We are hoping to get TLS working on it soon. |
Ok then. 2013/12/30 Yashin Mehaboobe [email protected]
Zlatan Vasović - ZDroid |
Lemme update you all with my progress and tell you what is working now. I have made it just for http right now. Easy to make for other protocols too, just add a few more lines for each protocol. Let me know if anything I mentioned above is going away from what we need. |
@darkowlzz Good job. |
Sorry for the delay. PR #36 sent! |
OpenFaux server already supports proxying. Add a feature that would read proxy IP from a configuration file, change the proxy to that address when the add-on is activated and reset it to normal configuration when it is deactivated. Optionally it could also have the ability to set the proxy by prompting the user for the address.
The text was updated successfully, but these errors were encountered: