return single ProxyInfo object when advanced proxy
This commit is contained in:
parent
e4a7658a33
commit
a3e978338a
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ window.assignManager = {
|
|||
}
|
||||
|
||||
if (!result.proxy.mozProxyEnabled) {
|
||||
return [{ ...result.proxy, proxyDNS: true }];
|
||||
return { ...result.proxy, proxyDNS: true };
|
||||
}
|
||||
|
||||
// Let's add the isolation key.
|
||||
|
|
Loading…
Add table
Reference in a new issue