To set a proxy we need to change the GeckoPreferences.User[""] and this is the same for all instances, for exemple:
GeckoPreferences.User["network.proxy.http"] = "x.com";
Is it possible to set a different proxy for each geckoFX instance?
If this is not possible, are there any kinds of workarounds?