Browse Source

Merge remote-tracking branch 'origin/master'

Weblate 10 years ago
parent
commit
a80489c95c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      omega-target-chromium-extension/src/options.coffee

+ 1 - 1
omega-target-chromium-extension/src/options.coffee

@@ -98,7 +98,7 @@ class ChromeOptions extends OmegaTarget.Options
         else
         else
           # Try to set the proxies of all possible protocols.
           # Try to set the proxies of all possible protocols.
           for protocol in protocols
           for protocol in protocols
-            rules[protocol] ?= profile.fallbackProxy
+            rules[protocol] ?= JSON.parse(JSON.stringify(profile.fallbackProxy))
       else
       else
         rules['fallbackProxy'] = profile.fallbackProxy
         rules['fallbackProxy'] = profile.fallbackProxy
     else if not protocolProxySet
     else if not protocolProxySet