How to set different proxies for each GeckoFX instance?

前端 未结 1 597
面向向阳花
面向向阳花 2021-01-22 20:35

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         


        
相关标签:
1条回答
  • 2021-01-22 20:45

    All GeckoFX browser controls running in the same application shares preferences (and cache, cookies etc). To run two GeckoFX web browser controls with separate preferences, the only options is to have them running in two different applications with two different profile directories.

    Read here how to set profile directory: https://stackoverflow.com/a/20614986/2440

    0 讨论(0)
提交回复
热议问题