Replies: 4 comments 2 replies
-
I don’t understand pattern #3. Can you provide the patterns here? But anyway if you are trying to get the url bar to work with FoxyProxy in some way, it really depends on what Firefox does with your search terms. Does it send them to a url that matches one of your patterns? |
Beta Was this translation helpful? Give feedback.
-
Regarding Pattern 3, I2P is an anonymizing proxy which offers both a SOCKS5 and HTTP proxy, I am using the HTTP proxy in this case.
|
Beta Was this translation helpful? Give feedback.
-
Some of your white patterns look strange to me. For example you have a pattern 127.0.0.1:7070 for the proxy called I2P-Config. That seems like the address:port of the proxy server itself. You should not use that as a pattern. You also have www.*.onion as a white pattern for the proxy called “Tor Onion sites”. That should probably be *.onion but note that it is trivially easy for a website to bypass your proxy by including a resource with a non-onion address in its source. |
Beta Was this translation helpful? Give feedback.
-
@ericjung Do I need to add a pattern for searches to work via the address bar again?
|
Beta Was this translation helpful? Give feedback.
-
This is what I am trying to achieve and have tried to setup:
Pattern 1: For all normal web traffic
Pattern 2: Tor (.onion sites) via SOCKS5 proxy
Pattern 3: HTTP proxy via I2P
Keep the ability to search with the chosen provider when I type say "foxyproxy github" in the address bar
What works:
Each type via it's own selected proxy like Tor-SOCKS and I2P-HTTPproxy
https://check.torproject.org (Whitelisted)
Normal web traffic
What does not work:
I2P sites like http://cake.i2p (Works via it's own proxy setting, not via Enabled proxies by patterns)
.onion sites like http://scihub22266oqcxt.onion
Searching on Google by typing the string into the address bar like "foxyproxy github"
I've spent some time looking at the logs and the docs and am unsure if this is doable in the FIrefox extension?
Beta Was this translation helpful? Give feedback.
All reactions