allow to specify processing order of patterns for a single proxy.

It'd be incredibly helpful if we could specify the order in which patterns are processed. This would make foxyproxy much more useful when the user is on an intranet, and wants all all sites in that domain, EXCEPT www.domain.TLD to bypass the proxy.

Wouldn't whilelist/blacklist

Wouldn't whilelist/blacklist feature be useful here?

ability to specify order is needed there, too.

Unfortunately, a blacklist overrides a whitelist. And in my case, I want xyz.domain.com to use this proxy while everything else in domain.com bypasses the proxy.

You can do this with a

You can do this with a single whitelist pattern:

1. Create a proxy in FoxyProxy with the whitelist pattern *://xyz.domain.com/*. Let us say you set the proxy to someproxy.com:8888
2. Make sure your default proxy is configured to not use a proxy. Now domain.com will bypass the proxy but xyz.domain.com will not.

Get it?

Eric