Open
Description
Describe the problem
Some system env. be set global proxy, so whatever I set fetch(plugin) or websocket (plugin) 's options, the request still using the system proxy.
Describe the solution you'd like
Providing some options for the proxy. You can set those enum,
- using IE proxy;
- using global proxy;
- not using any proxy(ban to use any proxy, rather than current keep default if value is undefined);
Alternatives considered
No response
Additional context
No response