Salar K
Salar K
I have tested localhost in different situations and it works. @Rictusempra I cannot reproduce your case
re-open for later investigation.
This is what understood from your video and your comment (with google translate): Normally proxy rules apply correctly and everything work fine while browser is open, but when Browser is...
@johnmmcgee can you please upload a FoxyProxy backup here? that will help. thanks
SwitchyOmega rules support is added in v0.9.9
'Failed Requests List ' displays the list of request that are actually failed. It does not bypass the proxy at all. You may need to define more rules or check...
Thank you for your feedback. Even though I agree with some of your points but here is my take on them: 1- Most options are self-descriptive, and if the user...
This is a limitation from Extensions Api provided by the browsers. Look for proxyDNS in https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/proxy/ProxyInfo
The thing is that Extensions don't have access to those settings.
`dns.resolve()` is just a API that is available for extensions. The browser will still resolve the DNS by its own.