foxyproxy / firefox-extension

FoxyProxy for Firefox extension beginning with Firefox 57 (Quantum)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add WS/WSS to filter

Jonher937 opened this issue · comments

Hi and thanks for working on this!

I have a VNC console that I access over proxy, using the pattern decision making it works fine to access the https page but the page contains a console that connects to wss (secure web socket).

With the By patterns and order it does not manage to connect to the wss service since it's only looking at http/https.

Workaround is to select the SOCKS proxy in the list of proxies and it works as expected

Nvm, my issue was actually having to specify the port in the pattern and it worked fine with the "all" option as I see now in code it takes all the protocols