foxyproxy / browser-extension

Version 8 and above. Browser extension source code for Firefox, Chrome, and other Chromium-based browsers
GNU General Public License v2.0
199 stars 29 forks source link

Proxy Service does nothing - even with "all pattern" in 8.6 #84

Closed Nitrousoxide closed 6 months ago

Nitrousoxide commented 6 months ago

I have a rule setup to proxy any traffic to a proxy server on the local network. The log is not picking up any traffic as being routed through that proxy.

image

image

It is reachable (though obviously a curl isn't going to return any useful communication)

~ 
❯ curl http://192.168.7.233:8888
Invalid header received from client.

But the logs don't even show foxyproxy even trying.

erosman commented 6 months ago

To make sure FoxyProxy was properly updated by the browser, try the following:

Nitrousoxide commented 6 months ago

To make sure FoxyProxy was properly updated by the browser, try the following:

* Export FoxyProxy settings

* Remove FoxyProxy

* Restart browser to clear its cache

* Reinstall FoxyProxy

* Import your settings

Okay, that worked oddly enough. I'm going to close this issue.